#ACAC9E

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

Shades of Foggy Grey #ACAC9E

Tints of Foggy Grey #ACAC9E

Color information

#ACAC9E (or 0xACAC9E) is unknown color: approx Foggy Grey. HEX triplet: AC, AC and 9E. RGB value is (172,172,158). Sum of RGB (Red+Green+Blue) = 172+172+158=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC9E is #535361. Grayscale: #AAAAAA. Windows color (decimal): -5460834 or 10398892. OLE color: 10398892.

HSL color Cylindrical-coordinate representation of color #ACAC9E: 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.08%. Process color model (Four color, CMYK) of #ACAC9E is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172172158-
CMYK000.080.33
HSL60º7.78%64.71%-
HSV(B)60º8.14%67.45%-
XYZ37.9440.7438.21-
YUV170.4121129.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=34.26%
G=34.26%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172158000.080.33607.7864.71
HexACAC9E008213c841
Octal2542542360010417410101
Binary10101100101011001001111000100010000111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC9E; }

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

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

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

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

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

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

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

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