Color Hex Logo

#a9400a Color Hex

#A9400A
(169,64,10)
0 Favorites   0 Comments

Color spaces of #a9400a

RGB 1696410
HSL0.060.890.35
HSV20°94°66°
CMYK 0.000.620.94   0.34
XYZ18.250412.12371.6654
Yxy12.12370.56960.3784
Hunter Lab34.819132.627221.5375
CIE-Lab41.412040.991449.3405

#a9400a color RGB value is (169,64,10).

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

The process color (four color CMYK) of #a9400a color hex is 0.00, 0.62, 0.94, 0.34. Web safe color of #a9400a is #993300. Color #a9400a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 00001010
Octal 251 100 12
Decimal 169 64 10
Hex A9 40 A

RGB Percentages of Color #a9400a

%69.55
%26.34
%4.12

CMYK Percentages of Color #a9400a

%0
%62
%94
%34

Triadic Colors of #a9400a

#a9400a #0aa940 #400aa9

Analogous Colors of #a9400a

#a9400a #a9900a #a90a23

Monochromatic Colors of #a9400a

#a9400a

Complementary Color

#a9400a #0a73a9

#a9400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9400a Color CSS Codes

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

#a9400a Text Font Color

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

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


#a9400a Background Color

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

This div background color is #a9400a


#a9400a Border Color

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

This div border color is #a9400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9400a


Comments

No comments written yet.

Please login to write comment.