#AAA4A0

Color #AAA4A0 Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #AAA4A0

Tints of Cloudy #AAA4A0

Color information

#AAA4A0 (or 0xAAA4A0) is unknown color: approx Cloudy. HEX triplet: AA, A4 and A0. RGB value is (170,164,160). Sum of RGB (Red+Green+Blue) = 170+164+160=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA4A0 is #555B5F. Grayscale: #A5A5A5. Windows color (decimal): -5593952 or 10527914. OLE color: 10527914.

HSL color Cylindrical-coordinate representation of color #AAA4A0: hue angle of 24º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA4A0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170164160-
CMYK00.040.060.33
HSL24º5.56%64.71%-
HSV(B)24º5.88%66.67%-
XYZ36.237.6438.61-
YUV165.34124.99131.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=34.41%
G=33.20%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016416000.040.060.33245.5664.71
HexAAA4A00462118641
Octal25224424004641306101
Binary1010101010100100101000000100110100001110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4A0; }

 p { color: rgb(170,164,160); }

 H1.HeaderClassName
 {
   color: #AAA4A0;
 }
 .AnyTagClassName
 {
   color: #AAA4A0;
 }
</style>
background-color css

<style>
 a { background-color: #AAA4A0; }

 a { background-color: rgb(170,164,160); }

 div.DivClassName
 {
   background-color: #AAA4A0;
 }
 .BgClassName
 {
   background-color: #AAA4A0;
 }
</style>
border-color css

<style>
 span { border-color: #AAA4A0; }

 span { border-color: rgb(170,164,160); }

 td.TdClassName
 {
   border-color: #AAA4A0;
 }
 .TagClassName
 {
   border-color: #AAA4A0;
 }
</style>