#AAA59B

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

Shades of Cloudy #AAA59B

Tints of Cloudy #AAA59B

Color information

#AAA59B (or 0xAAA59B) is unknown color: approx Cloudy. HEX triplet: AA, A5 and 9B. RGB value is (170,165,155). Sum of RGB (Red+Green+Blue) = 170+165+155=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59B is #555A64. Grayscale: #A5A5A5. Windows color (decimal): -5593701 or 10200490. OLE color: 10200490.

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

Color convert

RGB170165155-
CMYK00.030.090.33
HSL40º8.11%63.73%-
HSV(B)40º8.82%66.67%-
XYZ35.9537.8236.42-
YUV165.36122.16131.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=34.69%
G=33.67%
B=31.63%

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
Decimal17016515500.030.090.33408.1163.73
HexAAA59B0392128840
Octal2522452330311415010100
Binary101010101010010110011011011100110000110100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA59B; }

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

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

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

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

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

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

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

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