#ACA0A6

Color #ACA0A6 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #ACA0A6

Tints of Shady Lady #ACA0A6

Color information

#ACA0A6 (or 0xACA0A6) is unknown color: approx Shady Lady. HEX triplet: AC, A0 and A6. RGB value is (172,160,166). Sum of RGB (Red+Green+Blue) = 172+160+166=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A6 is #535F59. Grayscale: #A4A4A4. Windows color (decimal): -5463898 or 10920108. OLE color: 10920108.

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

Color convert

RGB172160166-
CMYK00.070.030.33
HSL330º6.74%65.1%-
HSV(B)330º6.98%67.45%-
XYZ36.4736.6741.23-
YUV164.27128.98133.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 166 (65.23% from 255) = 33.33%
R=34.54%
G=32.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216016600.070.030.333306.7465.1
HexACA0A60732114a741
Octal254240246073415127101
Binary1010110010100000101001100111111000011010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0A6; }

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

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

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

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

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

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

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

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