#ACAB9D

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

Shades of Foggy Grey #ACAB9D

Tints of Foggy Grey #ACAB9D

Color information

#ACAB9D (or 0xACAB9D) is unknown color: approx Foggy Grey. HEX triplet: AC, AB and 9D. RGB value is (172,171,157). Sum of RGB (Red+Green+Blue) = 172+171+157=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB9D is #535462. Grayscale: #A9A9A9. Windows color (decimal): -5461091 or 10333100. OLE color: 10333100.

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

Color convert

RGB172171157-
CMYK00.010.090.33
HSL56º8.29%64.51%-
HSV(B)56º8.72%67.45%-
XYZ37.6640.3337.7-
YUV169.7120.83129.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=34.4%
G=34.2%
B=31.4%

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
Decimal17217115700.010.090.33568.2964.51
HexACAB9D0192138841
Octal2542532350111417010101
Binary10101100101010111001110101100110000111100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB9D; }

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

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

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

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

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

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

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

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