Color Hex Logo

#a9301f Color Hex

#A9301F
(169,48,31)
0 Favorites   0 Comments

Color spaces of #a9301f

RGB 1694831
HSL0.020.690.39
HSV82°66°
CMYK 0.000.720.82   0.34
XYZ17.666510.64792.4204
Yxy10.64790.57480.3464
Hunter Lab32.631139.535518.4440
CIE-Lab38.981048.360438.5600

#a9301f color RGB value is (169,48,31).

#a9301f hex color red value is 169, green value is 48 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a9301f hue: 0.02 , saturation: 0.69 and the lightness value of a9301f is 0.39.

The process color (four color CMYK) of #a9301f color hex is 0.00, 0.72, 0.82, 0.34. Web safe color of #a9301f is #993333. Color #a9301f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110000 00011111
Octal 251 60 37
Decimal 169 48 31
Hex A9 30 1F

RGB Percentages of Color #a9301f

%68.15
%19.35
%12.50

CMYK Percentages of Color #a9301f

%0
%72
%82
%34

Triadic Colors of #a9301f

#a9301f #1fa930 #301fa9

Analogous Colors of #a9301f

#a9301f #a9751f #a91f53

Monochromatic Colors of #a9301f

#a9301f

Complementary Color

#a9301f #1f98a9

#a9301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9301f Color CSS Codes

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

#a9301f Text Font Color

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

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


#a9301f Background Color

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

This div background color is #a9301f


#a9301f Border Color

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

This div border color is #a9301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9301f


Comments

No comments written yet.

Please login to write comment.