#AAA39B

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

Shades of Cloudy #AAA39B

Tints of Cloudy #AAA39B

Color information

#AAA39B (or 0xAAA39B) is unknown color: approx Cloudy. HEX triplet: AA, A3 and 9B. RGB value is (170,163,155). Sum of RGB (Red+Green+Blue) = 170+163+155=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA39B is #555C64. Grayscale: #A4A4A4. Windows color (decimal): -5594213 or 10199978. OLE color: 10199978.

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

Color convert

RGB170163155-
CMYK00.040.090.33
HSL32º8.11%63.73%-
HSV(B)32º8.82%66.67%-
XYZ35.5937.1136.3-
YUV164.18122.82132.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=34.84%
G=33.40%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016315500.040.090.33328.1163.73
HexAAA39B0492120840
Octal2522432330411414010100
Binary1010101010100011100110110100100110000110000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA39B; }

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

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

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

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

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

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

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

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