Color Hex Logo

#a96922 Color Hex

#A96922
(169,105,34)
0 Favorites   0 Comments

Color spaces of #a96922

RGB 16910534
HSL0.090.670.40
HSV32°80°66°
CMYK 0.000.380.80   0.34
XYZ21.702518.65373.9700
Yxy18.65370.48960.4208
Hunter Lab43.189914.112124.7830
CIE-Lab50.279619.917247.9558

#a96922 color RGB value is (169,105,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 00100010
Octal 251 151 42
Decimal 169 105 34
Hex A9 69 22

RGB Percentages of Color #a96922

%54.87
%34.09
%11.04

CMYK Percentages of Color #a96922

%0
%38
%80
%34

Triadic Colors of #a96922

#a96922 #22a969 #6922a9

Analogous Colors of #a96922

#a96922 #a6a922 #a92622

Monochromatic Colors of #a96922

#a96922

Complementary Color

#a96922 #2262a9

#a96922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96922 Color CSS Codes

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

#a96922 Text Font Color

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

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


#a96922 Background Color

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

This div background color is #a96922


#a96922 Border Color

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

This div border color is #a96922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96922


Comments

No comments written yet.

Please login to write comment.