Color Hex Logo

#a94210 Color Hex

#A94210
(169,66,16)
0 Favorites   0 Comments

Color spaces of #a94210

RGB 1696616
HSL0.050.830.36
HSV20°91°66°
CMYK 0.000.610.91   0.34
XYZ18.403912.36891.9076
Yxy12.36890.56310.3785
Hunter Lab35.169431.861121.4027
CIE-Lab41.796540.140747.7047

#a94210 color RGB value is (169,66,16).

#a94210 hex color red value is 169, green value is 66 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a94210 hue: 0.05 , saturation: 0.83 and the lightness value of a94210 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 00010000
Octal 251 102 20
Decimal 169 66 16
Hex A9 42 10

RGB Percentages of Color #a94210

%67.33
%26.29
%6.37

CMYK Percentages of Color #a94210

%0
%61
%91
%34

Triadic Colors of #a94210

#a94210 #10a942 #4210a9

Analogous Colors of #a94210

#a94210 #a98f10 #a9102b

Monochromatic Colors of #a94210

#a94210

Complementary Color

#a94210 #1077a9

#a94210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94210 Color CSS Codes

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

#a94210 Text Font Color

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

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


#a94210 Background Color

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

This div background color is #a94210


#a94210 Border Color

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

This div border color is #a94210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94210


Comments

No comments written yet.

Please login to write comment.