#AAA39C

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

Shades of Cloudy #AAA39C

Tints of Cloudy #AAA39C

Color information

#AAA39C (or 0xAAA39C) is unknown color: approx Cloudy. HEX triplet: AA, A3 and 9C. RGB value is (170,163,156). Sum of RGB (Red+Green+Blue) = 170+163+156=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA39C is #555C63. Grayscale: #A4A4A4. Windows color (decimal): -5594212 or 10265514. OLE color: 10265514.

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

Color convert

RGB170163156-
CMYK00.040.080.33
HSL30º7.61%63.92%-
HSV(B)30º8.24%66.67%-
XYZ35.6837.1436.74-
YUV164.3123.32132.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=34.76%
G=33.33%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016315600.040.080.33307.6163.92
HexAAA39C048211e840
Octal2522432340410413610100
Binary101010101010001110011100010010001000011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA39C; }

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

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

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

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

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

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

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

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