#ACAB9C

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

Shades of Foggy Grey #ACAB9C

Tints of Foggy Grey #ACAB9C

Color information

#ACAB9C (or 0xACAB9C) is unknown color: approx Foggy Grey. HEX triplet: AC, AB and 9C. RGB value is (172,171,156). Sum of RGB (Red+Green+Blue) = 172+171+156=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB9C is #535463. Grayscale: #A9A9A9. Windows color (decimal): -5461092 or 10267564. OLE color: 10267564.

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

Color convert

RGB172171156-
CMYK00.010.090.33
HSL56.25º8.79%64.31%-
HSV(B)56.25º9.3%67.45%-
XYZ37.5840.337.25-
YUV169.59120.33129.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=34.47%
G=34.27%
B=31.26%

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
Decimal17217115600.010.090.3356.258.7964.31
HexACAB9C0192138940
Octal2542532340111417011100
Binary10101100101010111001110001100110000111100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB9C; }

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

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

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

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

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

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

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

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