Color Hex Logo

#a96921 Color Hex

#A96921
(169,105,33)
0 Favorites   0 Comments

Color spaces of #a96921

RGB 16910533
HSL0.090.670.40
HSV32°80°66°
CMYK 0.000.380.80   0.34
XYZ21.688318.64803.8952
Yxy18.64800.49030.4216
Hunter Lab43.183314.078624.8803
CIE-Lab50.272819.879748.3633

#a96921 color RGB value is (169,105,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 00100001
Octal 251 151 41
Decimal 169 105 33
Hex A9 69 21

RGB Percentages of Color #a96921

%55.05
%34.20
%10.75

CMYK Percentages of Color #a96921

%0
%38
%80
%34

Triadic Colors of #a96921

#a96921 #21a969 #6921a9

Analogous Colors of #a96921

#a96921 #a5a921 #a92521

Monochromatic Colors of #a96921

#a96921

Complementary Color

#a96921 #2161a9

#a96921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96921 Color CSS Codes

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

#a96921 Text Font Color

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

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


#a96921 Background Color

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

This div background color is #a96921


#a96921 Border Color

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

This div border color is #a96921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96921


Comments

No comments written yet.

Please login to write comment.