#ACAC9C

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

Shades of Foggy Grey #ACAC9C

Tints of Foggy Grey #ACAC9C

Color information

#ACAC9C (or 0xACAC9C) is unknown color: approx Foggy Grey. HEX triplet: AC, AC and 9C. RGB value is (172,172,156). Sum of RGB (Red+Green+Blue) = 172+172+156=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC9C is #535363. Grayscale: #AAAAAA. Windows color (decimal): -5460836 or 10267820. OLE color: 10267820.

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

Color convert

RGB172172156-
CMYK000.090.33
HSL60º8.79%64.31%-
HSV(B)60º9.3%67.45%-
XYZ37.7740.6837.31-
YUV170.18120129.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=34.4%
G=34.4%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172156000.090.33608.7964.31
HexACAC9C009213c940
Octal2542542340011417411100
Binary10101100101011001001110000100110000111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC9C; }

 p { color: rgb(172,172,156); }

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

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

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

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

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

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

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