Color Hex Logo

#a9690a Color Hex

#A9690A
(169,105,10)
0 Favorites   0 Comments

Color spaces of #a9690a

RGB 16910510
HSL0.100.890.35
HSV36°94°66°
CMYK 0.000.380.94   0.34
XYZ21.468518.56012.7381
Yxy18.56010.50200.4340
Hunter Lab43.081413.558326.3887
CIE-Lab50.168519.293555.4888

#a9690a color RGB value is (169,105,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 00001010
Octal 251 151 12
Decimal 169 105 10
Hex A9 69 A

RGB Percentages of Color #a9690a

%59.51
%36.97
%3.52

CMYK Percentages of Color #a9690a

%0
%38
%94
%34

Triadic Colors of #a9690a

#a9690a #0aa969 #690aa9

Analogous Colors of #a9690a

#a9690a #9aa90a #a91a0a

Monochromatic Colors of #a9690a

#a9690a

Complementary Color

#a9690a #0a4aa9

#a9690a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9690a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9690a Color CSS Codes

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

#a9690a Text Font Color

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

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


#a9690a Background Color

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

This div background color is #a9690a


#a9690a Border Color

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

This div border color is #a9690a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9690a


Comments

No comments written yet.

Please login to write comment.