#ACA99D

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

Shades of Foggy Grey #ACA99D

Tints of Foggy Grey #ACA99D

Color information

#ACA99D (or 0xACA99D) is unknown color: approx Foggy Grey. HEX triplet: AC, A9 and 9D. RGB value is (172,169,157). Sum of RGB (Red+Green+Blue) = 172+169+157=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA99D is #535662. Grayscale: #A8A8A8. Windows color (decimal): -5461603 or 10332588. OLE color: 10332588.

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

Color convert

RGB172169157-
CMYK00.020.090.33
HSL48º8.29%64.51%-
HSV(B)48º8.72%67.45%-
XYZ37.2939.5837.57-
YUV168.53121.49130.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=34.54%
G=33.94%
B=31.53%

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
Decimal17216915700.020.090.33488.2964.51
HexACA99D0292130841
Octal2542512350211416010101
Binary101011001010100110011101010100110000111000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA99D; }

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

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

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

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

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

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

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

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