Color Hex Logo

#a86009 Color Hex

#A86009
(168,96,9)
0 Favorites   0 Comments

Color spaces of #a86009

RGB 168969
HSL0.090.900.35
HSV33°95°66°
CMYK 0.000.430.95   0.34
XYZ20.380616.71032.4097
Yxy16.71030.51600.4230
Hunter Lab40.878217.457625.1197
CIE-Lab47.892923.869354.0083

#a86009 color RGB value is (168,96,9).

#a86009 hex color red value is 168, green value is 96 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a86009 hue: 0.09 , saturation: 0.90 and the lightness value of a86009 is 0.35.

The process color (four color CMYK) of #a86009 color hex is 0.00, 0.43, 0.95, 0.34. Web safe color of #a86009 is #996600. Color #a86009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100000 00001001
Octal 250 140 11
Decimal 168 96 9
Hex A8 60 9

RGB Percentages of Color #a86009

%61.54
%35.16
%3.30

CMYK Percentages of Color #a86009

%0
%43
%95
%34

Triadic Colors of #a86009

#a86009 #09a860 #6009a8

Analogous Colors of #a86009

#a86009 #a1a809 #a81109

Monochromatic Colors of #a86009

#a86009

Complementary Color

#a86009 #0951a8

#a86009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86009 Color CSS Codes

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

#a86009 Text Font Color

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

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


#a86009 Background Color

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

This div background color is #a86009


#a86009 Border Color

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

This div border color is #a86009


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,96,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86009


Comments

No comments written yet.

Please login to write comment.