Color Hex Logo

#a4870a Color Hex

#A4870A
(164,135,10)
0 Favorites   0 Comments

Color spaces of #a4870a

RGB 16413510
HSL0.140.890.34
HSV49°94°64°
CMYK 0.000.180.94   0.36
XYZ24.028625.24243.8930
Yxy25.24240.45200.4748
Hunter Lab50.2418-2.553930.5752
CIE-Lab57.31080.160060.5102

#a4870a color RGB value is (164,135,10).

#a4870a hex color red value is 164, green value is 135 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a4870a hue: 0.14 , saturation: 0.89 and the lightness value of a4870a is 0.34.

The process color (four color CMYK) of #a4870a color hex is 0.00, 0.18, 0.94, 0.36. Web safe color of #a4870a is #999900. Color #a4870a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 00001010
Octal 244 207 12
Decimal 164 135 10
Hex A4 87 A

RGB Percentages of Color #a4870a

%53.07
%43.69
%3.24

CMYK Percentages of Color #a4870a

%0
%18
%94
%36

Triadic Colors of #a4870a

#a4870a #0aa487 #870aa4

Analogous Colors of #a4870a

#a4870a #74a40a #a43a0a

Monochromatic Colors of #a4870a

#a4870a

Complementary Color

#a4870a #0a27a4

#a4870a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4870a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4870a Color CSS Codes

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

#a4870a Text Font Color

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

This sample text font color is #a4870a
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.


#a4870a Background Color

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

This div background color is #a4870a


#a4870a Border Color

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

This div border color is #a4870a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4870a


Comments

No comments written yet.

Please login to write comment.