#AAA49E

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

Shades of Cloudy #AAA49E

Tints of Cloudy #AAA49E

Color information

#AAA49E (or 0xAAA49E) is unknown color: approx Cloudy. HEX triplet: AA, A4 and 9E. RGB value is (170,164,158). Sum of RGB (Red+Green+Blue) = 170+164+158=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA49E is #555B61. Grayscale: #A5A5A5. Windows color (decimal): -5593954 or 10396842. OLE color: 10396842.

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

Color convert

RGB170164158-
CMYK00.040.070.33
HSL30º6.59%64.31%-
HSV(B)30º7.06%66.67%-
XYZ36.0237.5737.7-
YUV165.11123.99131.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=34.55%
G=33.33%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016415800.040.070.33306.5964.31
HexAAA49E047211e740
Octal25224423604741367100
Binary1010101010100100100111100100111100001111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA49E; }

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

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

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

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

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

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

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

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