#ACA99E

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

Shades of Foggy Grey #ACA99E

Tints of Foggy Grey #ACA99E

Color information

#ACA99E (or 0xACA99E) is unknown color: approx Foggy Grey. HEX triplet: AC, A9 and 9E. RGB value is (172,169,158). Sum of RGB (Red+Green+Blue) = 172+169+158=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA99E is #535661. Grayscale: #A8A8A8. Windows color (decimal): -5461602 or 10398124. OLE color: 10398124.

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

Color convert

RGB172169158-
CMYK00.020.080.33
HSL47.14º7.78%64.71%-
HSV(B)47.14º8.14%67.45%-
XYZ37.3739.6238.02-
YUV168.64121.99130.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=34.47%
G=33.87%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216915800.020.080.3347.147.7864.71
HexACA99E028212f841
Octal2542512360210415710101
Binary101011001010100110011110010100010000110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA99E; }

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

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

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

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

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

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

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

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