#ACAA9B

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

Shades of Foggy Grey #ACAA9B

Tints of Foggy Grey #ACAA9B

Color information

#ACAA9B (or 0xACAA9B) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and 9B. RGB value is (172,170,155). Sum of RGB (Red+Green+Blue) = 172+170+155=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9B is #535564. Grayscale: #A8A8A8. Windows color (decimal): -5461349 or 10201772. OLE color: 10201772.

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

Color convert

RGB172170155-
CMYK00.010.100.33
HSL52.94º9.29%64.12%-
HSV(B)52.94º9.88%67.45%-
XYZ37.339.8936.74-
YUV168.89120.16130.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=34.61%
G=34.21%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217015500.010.100.3352.949.2964.12
HexACAA9B01A2135940
Octal2542522330112416511100
Binary10101100101010101001101101101010000111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA9B; }

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

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

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

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

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

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

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

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