#ACAAA0

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

Shades of Foggy Grey #ACAAA0

Tints of Foggy Grey #ACAAA0

Color information

#ACAAA0 (or 0xACAAA0) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and A0. RGB value is (172,170,160). Sum of RGB (Red+Green+Blue) = 172+170+160=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA0 is #53555F. Grayscale: #A9A9A9. Windows color (decimal): -5461344 or 10529452. OLE color: 10529452.

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

Color convert

RGB172170160-
CMYK00.010.070.33
HSL50º6.74%65.1%-
HSV(B)50º6.98%67.45%-
XYZ37.7340.0639-
YUV169.46122.66129.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=34.26%
G=33.86%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217016000.010.070.33506.7465.1
HexACAAA00172132741
Octal25425224001741627101
Binary101011001010101010100000011111000011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA0; }

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

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

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

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

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

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

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

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