#ACAA9C

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

Shades of Foggy Grey #ACAA9C

Tints of Foggy Grey #ACAA9C

Color information

#ACAA9C (or 0xACAA9C) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and 9C. RGB value is (172,170,156). Sum of RGB (Red+Green+Blue) = 172+170+156=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9C is #535563. Grayscale: #A9A9A9. Windows color (decimal): -5461348 or 10267308. OLE color: 10267308.

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

Color convert

RGB172170156-
CMYK00.010.090.33
HSL52.5º8.79%64.31%-
HSV(B)52.5º9.3%67.45%-
XYZ37.3939.9237.19-
YUV169120.66130.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=34.54%
G=34.14%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217015600.010.090.3352.58.7964.31
HexACAA9C0192135940
Octal2542522340111416511100
Binary10101100101010101001110001100110000111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA9C; }

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

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

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

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

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

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

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

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