#ACAAA6

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

Shades of Cloudy #ACAAA6

Tints of Cloudy #ACAAA6

Color information

#ACAAA6 (or 0xACAAA6) is unknown color: approx Cloudy. HEX triplet: AC, AA and A6. RGB value is (172,170,166). Sum of RGB (Red+Green+Blue) = 172+170+166=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA6 is #535559. Grayscale: #AAAAAA. Windows color (decimal): -5461338 or 10922668. OLE color: 10922668.

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

Color convert

RGB172170166-
CMYK00.010.030.33
HSL40º3.49%66.27%-
HSV(B)40º3.49%67.45%-
XYZ38.2740.2741.83-
YUV170.14125.66129.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 166 (65.23% from 255) = 32.68%
R=33.86%
G=33.46%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217016600.010.030.33403.4966.27
HexACAAA60132128342
Octal25425224601341503102
Binary1010110010101010101001100111100001101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA6; }

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

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

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

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

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

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

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

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