Color Hex Logo

#a9090a Color Hex

#A9090A
(169,9,10)
0 Favorites   0 Comments

Color spaces of #a9090a

RGB 169910
HSL1.000.900.35
HSV360°95°66°
CMYK 0.000.950.94   0.34
XYZ16.51478.65231.0868
Yxy8.65230.62900.3296
Hunter Lab29.414848.741518.3997
CIE-Lab35.306057.859645.3968

#a9090a color RGB value is (169,9,10).

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

The process color (four color CMYK) of #a9090a color hex is 0.00, 0.95, 0.94, 0.34. Web safe color of #a9090a is #990000. Color #a9090a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001001 00001010
Octal 251 11 12
Decimal 169 9 10
Hex A9 9 A

RGB Percentages of Color #a9090a

%89.89
%4.79
%5.32

CMYK Percentages of Color #a9090a

%0
%95
%94
%34

Triadic Colors of #a9090a

#a9090a #0aa909 #090aa9

Analogous Colors of #a9090a

#a9090a #a95809 #a9095a

Monochromatic Colors of #a9090a

#a9090a

Complementary Color

#a9090a #09a9a8

#a9090a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9090a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9090a Color CSS Codes

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

#a9090a Text Font Color

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

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


#a9090a Background Color

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

This div background color is #a9090a


#a9090a Border Color

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

This div border color is #a9090a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9090a


Comments

No comments written yet.

Please login to write comment.