Color Hex Logo

#a95221 Color Hex

#A95221
(169,82,33)
0 Favorites   0 Comments

Color spaces of #a95221

RGB 1698233
HSL0.060.670.40
HSV22°80°66°
CMYK 0.000.510.80   0.34
XYZ19.654014.57943.2171
Yxy14.57940.52480.3893
Hunter Lab38.183025.059421.7326
CIE-Lab45.052732.512243.4333

#a95221 color RGB value is (169,82,33).

#a95221 hex color red value is 169, green value is 82 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a95221 hue: 0.06 , saturation: 0.67 and the lightness value of a95221 is 0.40.

The process color (four color CMYK) of #a95221 color hex is 0.00, 0.51, 0.80, 0.34. Web safe color of #a95221 is #996633. Color #a95221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 00100001
Octal 251 122 41
Decimal 169 82 33
Hex A9 52 21

RGB Percentages of Color #a95221

%59.51
%28.87
%11.62

CMYK Percentages of Color #a95221

%0
%51
%80
%34

Triadic Colors of #a95221

#a95221 #21a952 #5221a9

Analogous Colors of #a95221

#a95221 #a99621 #a92134

Monochromatic Colors of #a95221

#a95221

Complementary Color

#a95221 #2178a9

#a95221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95221 Color CSS Codes

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

#a95221 Text Font Color

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

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


#a95221 Background Color

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

This div background color is #a95221


#a95221 Border Color

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

This div border color is #a95221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95221


Comments

No comments written yet.

Please login to write comment.