Color Hex Logo

#aaa855 Color Hex

#AAA855
(170,168,85)
0 Favorites   0 Comments

Color spaces of #aaa855

RGB 17016885
HSL0.160.330.50
HSV59°50°67°
CMYK 0.000.010.50   0.33
XYZ32.219937.207214.0779
Yxy37.20720.38580.4456
Hunter Lab60.9977-12.459629.0146
CIE-Lab67.4322-10.991142.7165

#aaa855 color RGB value is (170,168,85).

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

The process color (four color CMYK) of #aaa855 color hex is 0.00, 0.01, 0.50, 0.33. Web safe color of #aaa855 is #999966. Color #aaa855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01010101
Octal 252 250 125
Decimal 170 168 85
Hex AA A8 55

RGB Percentages of Color #aaa855

%40.19
%39.72
%20.09

CMYK Percentages of Color #aaa855

%0
%1
%50
%33

Triadic Colors of #aaa855

#aaa855 #55aaa8 #a855aa

Analogous Colors of #aaa855

#aaa855 #82aa55 #aa7e55

Monochromatic Colors of #aaa855

#aaa855

Complementary Color

#aaa855 #5557aa

#aaa855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa855 Color CSS Codes

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

#aaa855 Text Font Color

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

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


#aaa855 Background Color

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

This div background color is #aaa855


#aaa855 Border Color

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

This div border color is #aaa855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa855


Comments

No comments written yet.

Please login to write comment.