#AAA59A

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

Shades of Cloudy #AAA59A

Tints of Cloudy #AAA59A

Color information

#AAA59A (or 0xAAA59A) is unknown color: approx Cloudy. HEX triplet: AA, A5 and 9A. RGB value is (170,165,154). Sum of RGB (Red+Green+Blue) = 170+165+154=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59A is #555A65. Grayscale: #A5A5A5. Windows color (decimal): -5593702 or 10134954. OLE color: 10134954.

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

Color convert

RGB170165154-
CMYK00.030.090.33
HSL41.25º8.6%63.53%-
HSV(B)41.25º9.41%66.67%-
XYZ35.8737.7935.98-
YUV165.24121.66131.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=34.76%
G=33.74%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016515400.030.090.3341.258.663.53
HexAAA59A0392129940
Octal2522452320311415111100
Binary101010101010010110011010011100110000110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA59A; }

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

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

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

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

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

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

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

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