Color Hex Logo

#a95921 Color Hex

#A95921
(169,89,33)
0 Favorites   0 Comments

Color spaces of #a95921

RGB 1698933
HSL0.070.670.40
HSV25°80°66°
CMYK 0.000.470.80   0.34
XYZ20.209115.68963.4021
Yxy15.68960.51420.3992
Hunter Lab39.610121.753122.6347
CIE-Lab46.564628.753044.8770

#a95921 color RGB value is (169,89,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 00100001
Octal 251 131 41
Decimal 169 89 33
Hex A9 59 21

RGB Percentages of Color #a95921

%58.08
%30.58
%11.34

CMYK Percentages of Color #a95921

%0
%47
%80
%34

Triadic Colors of #a95921

#a95921 #21a959 #5921a9

Analogous Colors of #a95921

#a95921 #a99d21 #a9212d

Monochromatic Colors of #a95921

#a95921

Complementary Color

#a95921 #2171a9

#a95921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95921 Color CSS Codes

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

#a95921 Text Font Color

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

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


#a95921 Background Color

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

This div background color is #a95921


#a95921 Border Color

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

This div border color is #a95921


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,89,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 #a95921">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95921


Comments

No comments written yet.

Please login to write comment.