Color Hex Logo

#a99055 Color Hex

#A99055
(169,144,85)
0 Favorites   0 Comments

Color spaces of #a99055

RGB 16914485
HSL0.120.330.50
HSV42°50°66°
CMYK 0.000.150.50   0.34
XYZ27.975129.037412.7247
Yxy29.03740.40120.4164
Hunter Lab53.8864-1.632923.7197
CIE-Lab60.81461.496534.6570

#a99055 color RGB value is (169,144,85).

#a99055 hex color red value is 169, green value is 144 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a99055 hue: 0.12 , saturation: 0.33 and the lightness value of a99055 is 0.50.

The process color (four color CMYK) of #a99055 color hex is 0.00, 0.15, 0.50, 0.34. Web safe color of #a99055 is #999966. Color #a99055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 01010101
Octal 251 220 125
Decimal 169 144 85
Hex A9 90 55

RGB Percentages of Color #a99055

%42.46
%36.18
%21.36

CMYK Percentages of Color #a99055

%0
%15
%50
%34

Triadic Colors of #a99055

#a99055 #55a990 #9055a9

Analogous Colors of #a99055

#a99055 #98a955 #a96655

Monochromatic Colors of #a99055

#a99055

Complementary Color

#a99055 #556ea9

#a99055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99055 Color CSS Codes

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

#a99055 Text Font Color

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

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


#a99055 Background Color

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

This div background color is #a99055


#a99055 Border Color

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

This div border color is #a99055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99055


Comments

No comments written yet.

Please login to write comment.