#ACAC9D

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

Shades of Foggy Grey #ACAC9D

Tints of Foggy Grey #ACAC9D

Color information

#ACAC9D (or 0xACAC9D) is unknown color: approx Foggy Grey. HEX triplet: AC, AC and 9D. RGB value is (172,172,157). Sum of RGB (Red+Green+Blue) = 172+172+157=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC9D is #535362. Grayscale: #AAAAAA. Windows color (decimal): -5460835 or 10333356. OLE color: 10333356.

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

Color convert

RGB172172157-
CMYK000.090.33
HSL60º8.29%64.51%-
HSV(B)60º8.72%67.45%-
XYZ37.8540.7137.76-
YUV170.29120.5129.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=34.33%
G=34.33%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172157000.090.33608.2964.51
HexACAC9D009213c841
Octal2542542350011417410101
Binary10101100101011001001110100100110000111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC9D; }

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

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

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

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

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

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

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

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