#ACAAA7

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

Shades of Cloudy #ACAAA7

Tints of Cloudy #ACAAA7

Color information

#ACAAA7 (or 0xACAAA7) is unknown color: approx Cloudy. HEX triplet: AC, AA and A7. RGB value is (172,170,167). Sum of RGB (Red+Green+Blue) = 172+170+167=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA7 is #535558. Grayscale: #AAAAAA. Windows color (decimal): -5461337 or 10988204. OLE color: 10988204.

HSL color Cylindrical-coordinate representation of color #ACAAA7: hue angle of 36º 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 #ACAAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172170167-
CMYK00.010.030.33
HSL36º2.92%66.47%-
HSV(B)36º2.91%67.45%-
XYZ38.3640.3142.32-
YUV170.26126.16129.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=33.79%
G=33.40%
B=32.81%

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
Decimal17217016700.010.030.33362.9266.47
HexACAAA70132124342
Octal25425224701341443102
Binary1010110010101010101001110111100001100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA7; }

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

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

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

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

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

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

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

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