Color Hex Logo

#aaa02d Color Hex

#AAA02D
(170,160,45)
0 Favorites   0 Comments

Color spaces of #aaa02d

RGB 17016045
HSL0.150.580.42
HSV55°74°67°
CMYK 0.000.060.74   0.33
XYZ29.622033.87717.4603
Yxy33.87710.41740.4774
Hunter Lab58.2040-11.012433.1433
CIE-Lab64.8649-9.559057.5829

#aaa02d color RGB value is (170,160,45).

#aaa02d hex color red value is 170, green value is 160 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aaa02d hue: 0.15 , saturation: 0.58 and the lightness value of aaa02d is 0.42.

The process color (four color CMYK) of #aaa02d color hex is 0.00, 0.06, 0.74, 0.33. Web safe color of #aaa02d is #999933. Color #aaa02d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00101101
Octal 252 240 55
Decimal 170 160 45
Hex AA A0 2D

RGB Percentages of Color #aaa02d

%45.33
%42.67
%12.00

CMYK Percentages of Color #aaa02d

%0
%6
%74
%33

Triadic Colors of #aaa02d

#aaa02d #2daaa0 #a02daa

Analogous Colors of #aaa02d

#aaa02d #76aa2d #aa622d

Monochromatic Colors of #aaa02d

#aaa02d

Complementary Color

#aaa02d #2d37aa

#aaa02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa02d Color CSS Codes

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

#aaa02d Text Font Color

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

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


#aaa02d Background Color

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

This div background color is #aaa02d


#aaa02d Border Color

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

This div border color is #aaa02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa02d


Comments

No comments written yet.

Please login to write comment.