Color Hex Logo

#aaaa6d Color Hex

#AAAA6D
(170,170,109)
0 Favorites   0 Comments

Color spaces of #aaaa6d

RGB 170170109
HSL0.170.260.55
HSV60°36°67°
CMYK 0.000.000.36   0.33
XYZ33.712638.399620.1030
Yxy38.39960.36560.4164
Hunter Lab61.9674-11.332324.1428
CIE-Lab68.3141-9.489731.4849

#aaaa6d color RGB value is (170,170,109).

#aaaa6d hex color red value is 170, green value is 170 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aaaa6d hue: 0.17 , saturation: 0.26 and the lightness value of aaaa6d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 01101101
Octal 252 252 155
Decimal 170 170 109
Hex AA AA 6D

RGB Percentages of Color #aaaa6d

%37.86
%37.86
%24.28

CMYK Percentages of Color #aaaa6d

%0
%0
%36
%33

Triadic Colors of #aaaa6d

#aaaa6d #6daaaa #aa6daa

Analogous Colors of #aaaa6d

#aaaa6d #8caa6d #aa8c6d

Monochromatic Colors of #aaaa6d

#aaaa6d

Complementary Color

#aaaa6d #6d6daa

#aaaa6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa6d Color CSS Codes

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

#aaaa6d Text Font Color

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

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


#aaaa6d Background Color

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

This div background color is #aaaa6d


#aaaa6d Border Color

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

This div border color is #aaaa6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa6d


Comments

No comments written yet.

Please login to write comment.