#ABAAA9

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

Shades of Cloudy #ABAAA9

Tints of Cloudy #ABAAA9

Color information

#ABAAA9 (or 0xABAAA9) is unknown color: approx Cloudy. HEX triplet: AB, AA and A9. RGB value is (171,170,169). Sum of RGB (Red+Green+Blue) = 171+170+169=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA9 is #545556. Grayscale: #AAAAAA. Windows color (decimal): -5526871 or 11119275. OLE color: 11119275.

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

Color convert

RGB171170169-
CMYK00.010.010.33
HSL30º1.18%66.67%-
HSV(B)30º1.17%67.06%-
XYZ38.3340.2743.29-
YUV170.18127.33128.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 169 (66.41% 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
Decimal17117016900.010.010.33301.1866.67
HexABAAA9011211e143
Octal25325225101141361103
Binary1010101110101010101010010111000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAA9; }

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

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

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

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

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

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

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

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