#ACA99C

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

Shades of Foggy Grey #ACA99C

Tints of Foggy Grey #ACA99C

Color information

#ACA99C (or 0xACA99C) is unknown color: approx Foggy Grey. HEX triplet: AC, A9 and 9C. RGB value is (172,169,156). Sum of RGB (Red+Green+Blue) = 172+169+156=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA99C is #535663. Grayscale: #A8A8A8. Windows color (decimal): -5461604 or 10267052. OLE color: 10267052.

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

Color convert

RGB172169156-
CMYK00.020.090.33
HSL48.75º8.79%64.31%-
HSV(B)48.75º9.3%67.45%-
XYZ37.239.5537.13-
YUV168.41120.99130.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=34.61%
G=34.00%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216915600.020.090.3348.758.7964.31
HexACA99C0292131940
Octal2542512340211416111100
Binary101011001010100110011100010100110000111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA99C; }

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

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

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

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

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

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

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

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