#AAA59E

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

Shades of Cloudy #AAA59E

Tints of Cloudy #AAA59E

Color information

#AAA59E (or 0xAAA59E) is unknown color: approx Cloudy. HEX triplet: AA, A5 and 9E. RGB value is (170,165,158). Sum of RGB (Red+Green+Blue) = 170+165+158=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59E is #555A61. Grayscale: #A5A5A5. Windows color (decimal): -5593698 or 10397098. OLE color: 10397098.

HSL color Cylindrical-coordinate representation of color #AAA59E: hue angle of 35º 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 #AAA59E is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB170165158-
CMYK00.030.070.33
HSL35º6.59%64.31%-
HSV(B)35º7.06%66.67%-
XYZ36.237.9237.76-
YUV165.7123.66131.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=34.48%
G=33.47%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016515800.030.070.33356.5964.31
HexAAA59E0372123740
Octal25224523603741437100
Binary1010101010100101100111100111111000011000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA59E; }

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

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

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

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

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

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

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

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