#ACAAA2

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

Shades of Foggy Grey #ACAAA2

Tints of Foggy Grey #ACAAA2

Color information

#ACAAA2 (or 0xACAAA2) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and A2. RGB value is (172,170,162). Sum of RGB (Red+Green+Blue) = 172+170+162=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA2 is #53555D. Grayscale: #A9A9A9. Windows color (decimal): -5461342 or 10660524. OLE color: 10660524.

HSL color Cylindrical-coordinate representation of color #ACAAA2: hue angle of 48º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACAAA2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172170162-
CMYK00.010.060.33
HSL48º5.68%65.49%-
HSV(B)48º5.81%67.45%-
XYZ37.9140.1339.93-
YUV169.69123.66129.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=34.13%
G=33.73%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217016200.010.060.33485.6865.49
HexACAAA20162130641
Octal25425224201641606101
Binary101011001010101010100010011101000011100001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA2; }

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

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

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

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

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

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

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

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