#ACAD9C

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

Shades of Foggy Grey #ACAD9C

Tints of Foggy Grey #ACAD9C

Color information

#ACAD9C (or 0xACAD9C) is unknown color: approx Foggy Grey. HEX triplet: AC, AD and 9C. RGB value is (172,173,156). Sum of RGB (Red+Green+Blue) = 172+173+156=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD9C is #535263. Grayscale: #AAAAAA. Windows color (decimal): -5460580 or 10268076. OLE color: 10268076.

HSL color Cylindrical-coordinate representation of color #ACAD9C: hue angle of 63.53º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACAD9C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB172173156-
CMYK0.0100.100.32
HSL63.53º9.39%64.51%-
HSV(B)63.53º9.83%67.84%-
XYZ37.9641.0637.38-
YUV170.76119.67128.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=34.33%
G=34.53%
B=31.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731560.0100.100.3263.539.3964.51
HexACAD9C10A2040941
Octal25425523410124010011101
Binary101011001010110110011100101010100000100000010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD9C; }

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

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

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

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

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

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

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

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