Color Hex Logo

#aaa24c Color Hex

#AAA24C
(170,162,76)
0 Favorites   0 Comments

Color spaces of #aaa24c

RGB 17016276
HSL0.150.380.48
HSV55°55°67°
CMYK 0.000.050.55   0.33
XYZ30.802434.908511.9520
Yxy34.90850.39660.4495
Hunter Lab59.0834-10.337229.3646
CIE-Lab65.6774-8.616745.0617

#aaa24c color RGB value is (170,162,76).

#aaa24c hex color red value is 170, green value is 162 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aaa24c hue: 0.15 , saturation: 0.38 and the lightness value of aaa24c is 0.48.

The process color (four color CMYK) of #aaa24c color hex is 0.00, 0.05, 0.55, 0.33. Web safe color of #aaa24c is #999933. Color #aaa24c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 01001100
Octal 252 242 114
Decimal 170 162 76
Hex AA A2 4C

RGB Percentages of Color #aaa24c

%41.67
%39.71
%18.63

CMYK Percentages of Color #aaa24c

%0
%5
%55
%33

Triadic Colors of #aaa24c

#aaa24c #4caaa2 #a24caa

Analogous Colors of #aaa24c

#aaa24c #83aa4c #aa734c

Monochromatic Colors of #aaa24c

#aaa24c

Complementary Color

#aaa24c #4c54aa

#aaa24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa24c Color CSS Codes

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

#aaa24c Text Font Color

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

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


#aaa24c Background Color

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

This div background color is #aaa24c


#aaa24c Border Color

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

This div border color is #aaa24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa24c


Comments

No comments written yet.

Please login to write comment.