Color Hex Logo

#a9990d Color Hex

#A9990D
(169,153,13)
0 Favorites   0 Comments

Color spaces of #a9990d

RGB 16915313
HSL0.150.860.36
HSV54°92°66°
CMYK 0.000.090.92   0.34
XYZ27.826131.24654.9454
Yxy31.24650.43470.4881
Hunter Lab55.8986-8.965933.8836
CIE-Lab62.7152-7.287164.3576

#a9990d color RGB value is (169,153,13).

#a9990d hex color red value is 169, green value is 153 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a9990d hue: 0.15 , saturation: 0.86 and the lightness value of a9990d is 0.36.

The process color (four color CMYK) of #a9990d color hex is 0.00, 0.09, 0.92, 0.34. Web safe color of #a9990d is #999900. Color #a9990d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011001 00001101
Octal 251 231 15
Decimal 169 153 13
Hex A9 99 D

RGB Percentages of Color #a9990d

%50.45
%45.67
%3.88

CMYK Percentages of Color #a9990d

%0
%9
%92
%34

Triadic Colors of #a9990d

#a9990d #0da999 #990da9

Analogous Colors of #a9990d

#a9990d #6ba90d #a94b0d

Monochromatic Colors of #a9990d

#a9990d

Complementary Color

#a9990d #0d1da9

#a9990d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9990d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9990d Color CSS Codes

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

#a9990d Text Font Color

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

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


#a9990d Background Color

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

This div background color is #a9990d


#a9990d Border Color

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

This div border color is #a9990d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,153,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9990d


Comments

No comments written yet.

Please login to write comment.