#ACAA9D

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

Shades of Foggy Grey #ACAA9D

Tints of Foggy Grey #ACAA9D

Color information

#ACAA9D (or 0xACAA9D) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and 9D. RGB value is (172,170,157). Sum of RGB (Red+Green+Blue) = 172+170+157=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9D is #535562. Grayscale: #A9A9A9. Windows color (decimal): -5461347 or 10332844. OLE color: 10332844.

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

Color convert

RGB172170157-
CMYK00.010.090.33
HSL52º8.29%64.51%-
HSV(B)52º8.72%67.45%-
XYZ37.4739.9537.64-
YUV169.12121.16130.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=34.47%
G=34.07%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217015700.010.090.33528.2964.51
HexACAA9D0192134841
Octal2542522350111416410101
Binary10101100101010101001110101100110000111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA9D; }

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

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

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

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

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

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

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

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