Color Hex Logo

#aaa04b Color Hex

#AAA04B
(170,160,75)
0 Favorites   0 Comments

Color spaces of #aaa04b

RGB 17016075
HSL0.150.390.48
HSV54°56°67°
CMYK 0.000.060.56   0.33
XYZ30.418434.195711.6538
Yxy34.19570.39880.4484
Hunter Lab58.4771-9.483429.1182
CIE-Lab65.1176-7.637144.8997

#aaa04b color RGB value is (170,160,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01001011
Octal 252 240 113
Decimal 170 160 75
Hex AA A0 4B

RGB Percentages of Color #aaa04b

%41.98
%39.51
%18.52

CMYK Percentages of Color #aaa04b

%0
%6
%56
%33

Triadic Colors of #aaa04b

#aaa04b #4baaa0 #a04baa

Analogous Colors of #aaa04b

#aaa04b #85aa4b #aa714b

Monochromatic Colors of #aaa04b

#aaa04b

Complementary Color

#aaa04b #4b55aa

#aaa04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa04b Color CSS Codes

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

#aaa04b Text Font Color

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

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


#aaa04b Background Color

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

This div background color is #aaa04b


#aaa04b Border Color

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

This div border color is #aaa04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa04b


Comments

No comments written yet.

Please login to write comment.