#AAA9A8

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

Shades of Cloudy #AAA9A8

Tints of Cloudy #AAA9A8

Color information

#AAA9A8 (or 0xAAA9A8) is unknown color: approx Cloudy. HEX triplet: AA, A9 and A8. RGB value is (170,169,168). Sum of RGB (Red+Green+Blue) = 170+169+168=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A8 is #555657. Grayscale: #A9A9A9. Windows color (decimal): -5592664 or 11053482. OLE color: 11053482.

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

Color convert

RGB170169168-
CMYK00.010.010.33
HSL30º1.16%66.27%-
HSV(B)30º1.18%66.67%-
XYZ37.8339.7542.72-
YUV169.18127.33128.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=33.53%
G=33.33%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016916800.010.010.33301.1666.27
HexAAA9A8011211e142
Octal25225125001141361102
Binary1010101010101001101010000111000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9A8; }

 p { color: rgb(170,169,168); }

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

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

 a { background-color: rgb(170,169,168); }

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

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

 span { border-color: rgb(170,169,168); }

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