color codes Logo

#a4872c color codes

#A4872C
(164,135,44)
0 Favorites   0 Comments

Color spaces of #a4872c

RGB 16413544
HSL0.130.580.41
HSV46°73°64°
CMYK 0.000.180.73   0.36
XYZ24.428425.40235.9985
Yxy25.40230.43760.4550
Hunter Lab50.4007-1.685228.2240
CIE-Lab57.46531.238050.5632

#a4872c color RGB value is (164,135,44).

#a4872c hex color red value is 164, green value is 135 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #a4872c hue: 0.13 , saturation: 0.58 and the lightness value of a4872c is 0.41.

The process color (four color CMYK) of #a4872c color code is 0.00, 0.18, 0.73, 0.36. Web safe color of #a4872c is #999933. Color #a4872c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 00101100
Octal 244 207 54
Decimal 164 135 44
Hex A4 87 2C

RGB Percentages of Color #a4872c

%47.81
%39.36
%12.83

CMYK Percentages of Color #a4872c

%0
%18
%73
%36

Triadic Colors of #a4872c

#a4872c #2ca487 #872ca4

Analogous Colors of #a4872c

#a4872c #85a42c #a44b2c

Monochromatic Colors of #a4872c

#a4872c

Complementary Color

#a4872c #2c49a4

#a4872c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4872c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4872c Color CSS Codes

.mybgcolor {background-color:#a4872c; } 
.myforecolor {color:#a4872c; }
.mybordercolor {border:3px solid #a4872c; }

#a4872c Text Font Color

<p style="color:#a4872c">Text here</p>

This sample text font color is #a4872c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a4872c Background Color

<div style="background-color:#a4872c">
Div content here</div>

This div background color is #a4872c


#a4872c Border Color

<div style="border:3px solid #a4872c">
Div here</div>

This div border color is #a4872c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,135,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4872c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4872c;
  -webkit-box-shadow: 1px 1px 3px 2px #a4872c;
  box-shadow:         1px 1px 3px 2px #a4872c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,135,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a4872c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a4872c;
  -webkit-box-shadow: 1px 1px 3px 2px #a4872c;
  box-shadow:         1px 1px 3px 2px #a4872c;">
Div content here</div>

This div box has shadow with color #a4872c


Comments

No comments written yet.

Please login to write comment.