Color Hex Logo

#a92011 Color Hex

#A92011
(169,32,17)
0 Favorites   0 Comments

Color spaces of #a92011

RGB 1693217
HSL0.020.820.36
HSV90°66°
CMYK 0.000.810.90   0.34
XYZ16.97999.50851.4707
Yxy9.50850.60730.3401
Hunter Lab30.835944.329118.7573
CIE-Lab36.945553.388743.6548

#a92011 color RGB value is (169,32,17).

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

The process color (four color CMYK) of #a92011 color hex is 0.00, 0.81, 0.90, 0.34. Web safe color of #a92011 is #993300. Color #a92011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100000 00010001
Octal 251 40 21
Decimal 169 32 17
Hex A9 20 11

RGB Percentages of Color #a92011

%77.52
%14.68
%7.80

CMYK Percentages of Color #a92011

%0
%81
%90
%34

Triadic Colors of #a92011

#a92011 #11a920 #2011a9

Analogous Colors of #a92011

#a92011 #a96c11 #a9114e

Monochromatic Colors of #a92011

#a92011

Complementary Color

#a92011 #119aa9

#a92011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92011 Color CSS Codes

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

#a92011 Text Font Color

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

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


#a92011 Background Color

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

This div background color is #a92011


#a92011 Border Color

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

This div border color is #a92011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92011


Comments

No comments written yet.

Please login to write comment.