Color Hex Logo

#a87a0a Color Hex

#A87A0A
(168,122,10)
0 Favorites   0 Comments

Color spaces of #a87a0a

RGB 16812210
HSL0.120.890.35
HSV43°94°66°
CMYK 0.000.270.94   0.34
XYZ23.162822.26583.3641
Yxy22.26580.47470.4563
Hunter Lab47.18675.044728.8037
CIE-Lab54.30799.259958.4629

#a87a0a color RGB value is (168,122,10).

#a87a0a hex color red value is 168, green value is 122 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a87a0a hue: 0.12 , saturation: 0.89 and the lightness value of a87a0a is 0.35.

The process color (four color CMYK) of #a87a0a color hex is 0.00, 0.27, 0.94, 0.34. Web safe color of #a87a0a is #996600. Color #a87a0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111010 00001010
Octal 250 172 12
Decimal 168 122 10
Hex A8 7A A

RGB Percentages of Color #a87a0a

%56.00
%40.67
%3.33

CMYK Percentages of Color #a87a0a

%0
%27
%94
%34

Triadic Colors of #a87a0a

#a87a0a #0aa87a #7a0aa8

Analogous Colors of #a87a0a

#a87a0a #87a80a #a82b0a

Monochromatic Colors of #a87a0a

#a87a0a

Complementary Color

#a87a0a #0a38a8

#a87a0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87a0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87a0a Color CSS Codes

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

#a87a0a Text Font Color

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

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


#a87a0a Background Color

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

This div background color is #a87a0a


#a87a0a Border Color

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

This div border color is #a87a0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,122,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 #a87a0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87a0a


Comments

No comments written yet.

Please login to write comment.