Color Hex Logo

#a9940a Color Hex

#A9940A
(169,148,10)
0 Favorites   0 Comments

Color spaces of #a9940a

RGB 16914810
HSL0.140.890.35
HSV52°94°66°
CMYK 0.000.120.94   0.34
XYZ27.006929.63674.5842
Yxy29.63670.44110.4840
Hunter Lab54.4396-6.717433.1151
CIE-Lab61.3395-4.647963.7671

#a9940a color RGB value is (169,148,10).

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

The process color (four color CMYK) of #a9940a color hex is 0.00, 0.12, 0.94, 0.34. Web safe color of #a9940a is #999900. Color #a9940a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 00001010
Octal 251 224 12
Decimal 169 148 10
Hex A9 94 A

RGB Percentages of Color #a9940a

%51.68
%45.26
%3.06

CMYK Percentages of Color #a9940a

%0
%12
%94
%34

Triadic Colors of #a9940a

#a9940a #0aa994 #940aa9

Analogous Colors of #a9940a

#a9940a #6fa90a #a9450a

Monochromatic Colors of #a9940a

#a9940a

Complementary Color

#a9940a #0a1fa9

#a9940a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9940a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9940a Color CSS Codes

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

#a9940a Text Font Color

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

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


#a9940a Background Color

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

This div background color is #a9940a


#a9940a Border Color

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

This div border color is #a9940a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9940a


Comments

No comments written yet.

Please login to write comment.