Color Hex Logo

#aaa82a Color Hex

#AAA82A
(170,168,42)
0 Favorites   0 Comments

Color spaces of #aaa82a

RGB 17016842
HSL0.160.600.42
HSV59°75°67°
CMYK 0.000.010.75   0.33
XYZ30.998136.71857.6441
Yxy36.71850.41130.4872
Hunter Lab60.5958-14.730034.9377
CIE-Lab67.0653-13.873360.7101

#aaa82a color RGB value is (170,168,42).

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

The process color (four color CMYK) of #aaa82a color hex is 0.00, 0.01, 0.75, 0.33. Web safe color of #aaa82a is #999933. Color #aaa82a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 00101010
Octal 252 250 52
Decimal 170 168 42
Hex AA A8 2A

RGB Percentages of Color #aaa82a

%44.74
%44.21
%11.05

CMYK Percentages of Color #aaa82a

%0
%1
%75
%33

Triadic Colors of #aaa82a

#aaa82a #2aaaa8 #a82aaa

Analogous Colors of #aaa82a

#aaa82a #6caa2a #aa682a

Monochromatic Colors of #aaa82a

#aaa82a

Complementary Color

#aaa82a #2a2caa

#aaa82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa82a Color CSS Codes

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

#aaa82a Text Font Color

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

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


#aaa82a Background Color

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

This div background color is #aaa82a


#aaa82a Border Color

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

This div border color is #aaa82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa82a


Comments

No comments written yet.

Please login to write comment.