#ACAAA3

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

Shades of Foggy Grey #ACAAA3

Tints of Foggy Grey #ACAAA3

Color information

#ACAAA3 (or 0xACAAA3) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and A3. RGB value is (172,170,163). Sum of RGB (Red+Green+Blue) = 172+170+163=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA3 is #53555C. Grayscale: #A9A9A9. Windows color (decimal): -5461341 or 10726060. OLE color: 10726060.

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

Color convert

RGB172170163-
CMYK00.010.050.33
HSL46.67º5.14%65.69%-
HSV(B)46.67º5.23%67.45%-
XYZ3840.1640.4-
YUV169.8124.16129.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 163 (64.06% from 255) = 32.28%
R=34.06%
G=33.66%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217016300.010.050.3346.675.1465.69
HexACAAA3015212f542
Octal25425224301541575102
Binary101011001010101010100011011011000011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA3; }

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

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

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

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

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

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

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

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