Color Hex Logo

#a9220f Color Hex

#A9220F
(169,34,15)
0 Favorites   0 Comments

Color spaces of #a9220f

RGB 1693415
HSL0.020.840.36
HSV91°66°
CMYK 0.000.800.91   0.34
XYZ17.02049.61361.4105
Yxy9.61360.60690.3428
Hunter Lab31.005843.726019.0069
CIE-Lab37.139852.774744.6489

#a9220f color RGB value is (169,34,15).

#a9220f hex color red value is 169, green value is 34 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a9220f hue: 0.02 , saturation: 0.84 and the lightness value of a9220f is 0.36.

The process color (four color CMYK) of #a9220f color hex is 0.00, 0.80, 0.91, 0.34. Web safe color of #a9220f is #993300. Color #a9220f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100010 00001111
Octal 251 42 17
Decimal 169 34 15
Hex A9 22 F

RGB Percentages of Color #a9220f

%77.52
%15.60
%6.88

CMYK Percentages of Color #a9220f

%0
%80
%91
%34

Triadic Colors of #a9220f

#a9220f #0fa922 #220fa9

Analogous Colors of #a9220f

#a9220f #a96f0f #a90f49

Monochromatic Colors of #a9220f

#a9220f

Complementary Color

#a9220f #0f96a9

#a9220f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9220f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9220f Color CSS Codes

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

#a9220f Text Font Color

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

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


#a9220f Background Color

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

This div background color is #a9220f


#a9220f Border Color

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

This div border color is #a9220f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9220f


Comments

No comments written yet.

Please login to write comment.