#ACAAA8

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

Shades of Cloudy #ACAAA8

Tints of Cloudy #ACAAA8

Color information

#ACAAA8 (or 0xACAAA8) is unknown color: approx Cloudy. HEX triplet: AC, AA and A8. RGB value is (172,170,168). Sum of RGB (Red+Green+Blue) = 172+170+168=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA8 is #535557. Grayscale: #AAAAAA. Windows color (decimal): -5461336 or 11053740. OLE color: 11053740.

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

Color convert

RGB172170168-
CMYK00.010.020.33
HSL30º2.35%66.67%-
HSV(B)30º2.33%67.45%-
XYZ38.4640.3542.81-
YUV170.37126.66129.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=33.73%
G=33.33%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217016800.010.020.33302.3566.67
HexACAAA8012211e243
Octal25425225001241362103
Binary101011001010101010101000011010000111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA8; }

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

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

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

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

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

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

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

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