Color Hex Logo

#aaa55f Color Hex

#AAA55F
(170,165,95)
0 Favorites   0 Comments

Color spaces of #aaa55f

RGB 17016595
HSL0.160.310.52
HSV56°44°67°
CMYK 0.000.030.44   0.33
XYZ32.098336.282516.1379
Yxy36.28250.37980.4293
Hunter Lab60.2350-10.291226.2797
CIE-Lab66.7352-8.426036.8047

#aaa55f color RGB value is (170,165,95).

#aaa55f hex color red value is 170, green value is 165 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aaa55f hue: 0.16 , saturation: 0.31 and the lightness value of aaa55f is 0.52.

The process color (four color CMYK) of #aaa55f color hex is 0.00, 0.03, 0.44, 0.33. Web safe color of #aaa55f is #999966. Color #aaa55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01011111
Octal 252 245 137
Decimal 170 165 95
Hex AA A5 5F

RGB Percentages of Color #aaa55f

%39.53
%38.37
%22.09

CMYK Percentages of Color #aaa55f

%0
%3
%44
%33

Triadic Colors of #aaa55f

#aaa55f #5faaa5 #a55faa

Analogous Colors of #aaa55f

#aaa55f #8aaa5f #aa805f

Monochromatic Colors of #aaa55f

#aaa55f

Complementary Color

#aaa55f #5f64aa

#aaa55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa55f Color CSS Codes

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

#aaa55f Text Font Color

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

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


#aaa55f Background Color

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

This div background color is #aaa55f


#aaa55f Border Color

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

This div border color is #aaa55f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,165,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa55f


Comments

No comments written yet.

Please login to write comment.