#ACAAA1

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

Shades of Foggy Grey #ACAAA1

Tints of Foggy Grey #ACAAA1

Color information

#ACAAA1 (or 0xACAAA1) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and A1. RGB value is (172,170,161). Sum of RGB (Red+Green+Blue) = 172+170+161=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA1 is #53555E. Grayscale: #A9A9A9. Windows color (decimal): -5461343 or 10594988. OLE color: 10594988.

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

Color convert

RGB172170161-
CMYK00.010.060.33
HSL49.09º6.21%65.29%-
HSV(B)49.09º6.4%67.45%-
XYZ37.8240.0939.46-
YUV169.57123.16129.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=34.19%
G=33.80%
B=32.01%

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
Decimal17217016100.010.060.3349.096.2165.29
HexACAAA10162131641
Octal25425224101641616101
Binary101011001010101010100001011101000011100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA1; }

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

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

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

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

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

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

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

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