Color Hex Logo

#a99922 Color Hex

#A99922
(169,153,34)
0 Favorites   0 Comments

Color spaces of #a99922

RGB 16915334
HSL0.150.670.40
HSV53°80°66°
CMYK 0.000.090.80   0.34
XYZ28.042231.33306.0833
Yxy31.33300.42840.4787
Hunter Lab55.9759-8.534832.7397
CIE-Lab62.7877-6.742659.3829

#a99922 color RGB value is (169,153,34).

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

The process color (four color CMYK) of #a99922 color hex is 0.00, 0.09, 0.80, 0.34. Web safe color of #a99922 is #999933. Color #a99922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011001 00100010
Octal 251 231 42
Decimal 169 153 34
Hex A9 99 22

RGB Percentages of Color #a99922

%47.47
%42.98
%9.55

CMYK Percentages of Color #a99922

%0
%9
%80
%34

Triadic Colors of #a99922

#a99922 #22a999 #9922a9

Analogous Colors of #a99922

#a99922 #76a922 #a95622

Monochromatic Colors of #a99922

#a99922

Complementary Color

#a99922 #2232a9

#a99922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99922 Color CSS Codes

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

#a99922 Text Font Color

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

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


#a99922 Background Color

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

This div background color is #a99922


#a99922 Border Color

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

This div border color is #a99922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99922


Comments

No comments written yet.

Please login to write comment.