#ACA9A0

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

Shades of Foggy Grey #ACA9A0

Tints of Foggy Grey #ACA9A0

Color information

#ACA9A0 (or 0xACA9A0) is unknown color: approx Foggy Grey. HEX triplet: AC, A9 and A0. RGB value is (172,169,160). Sum of RGB (Red+Green+Blue) = 172+169+160=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9A0 is #53565F. Grayscale: #A8A8A8. Windows color (decimal): -5461600 or 10529196. OLE color: 10529196.

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

Color convert

RGB172169160-
CMYK00.020.070.33
HSL45º6.74%65.1%-
HSV(B)45º6.98%67.45%-
XYZ37.5539.6838.94-
YUV168.87122.99130.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=34.33%
G=33.73%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216916000.020.070.33456.7465.1
HexACA9A0027212d741
Octal25425124002741557101
Binary1010110010101001101000000101111000011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9A0; }

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

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

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

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

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

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

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

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