Color Hex Logo

#aaa064 Color Hex

#AAA064
(170,160,100)
0 Favorites   0 Comments

Color spaces of #aaa064

RGB 170160100
HSL0.140.290.53
HSV51°41°67°
CMYK 0.000.060.41   0.33
XYZ31.448634.607817.0790
Yxy34.60780.37830.4163
Hunter Lab58.8284-7.526823.9669
CIE-Lab65.4422-5.217832.5566

#aaa064 color RGB value is (170,160,100).

#aaa064 hex color red value is 170, green value is 160 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aaa064 hue: 0.14 , saturation: 0.29 and the lightness value of aaa064 is 0.53.

The process color (four color CMYK) of #aaa064 color hex is 0.00, 0.06, 0.41, 0.33. Web safe color of #aaa064 is #999966. Color #aaa064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01100100
Octal 252 240 144
Decimal 170 160 100
Hex AA A0 64

RGB Percentages of Color #aaa064

%39.53
%37.21
%23.26

CMYK Percentages of Color #aaa064

%0
%6
%41
%33

Triadic Colors of #aaa064

#aaa064 #64aaa0 #a064aa

Analogous Colors of #aaa064

#aaa064 #91aa64 #aa7d64

Monochromatic Colors of #aaa064

#aaa064

Complementary Color

#aaa064 #646eaa

#aaa064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa064 Color CSS Codes

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

#aaa064 Text Font Color

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

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


#aaa064 Background Color

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

This div background color is #aaa064


#aaa064 Border Color

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

This div border color is #aaa064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa064


Comments

No comments written yet.

Please login to write comment.