#ACA6C0

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

Shades of Wistful #ACA6C0

Tints of Wistful #ACA6C0

Color information

#ACA6C0 (or 0xACA6C0) is unknown color: approx Wistful. HEX triplet: AC, A6 and C0. RGB value is (172,166,192). Sum of RGB (Red+Green+Blue) = 172+166+192=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACA6C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6C0 is #53593F. Grayscale: #AAAAAA. Windows color (decimal): -5462336 or 12625580. OLE color: 12625580.

HSL color Cylindrical-coordinate representation of color #ACA6C0: hue angle of 253.85º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACA6C0 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172166192-
CMYK0.100.1400.25
HSL253.85º17.11%70.2%-
HSV(B)253.85º13.54%75.29%-
XYZ40.1639.8555.44-
YUV170.76139.99128.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=32.45%
G=31.32%
B=36.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721661920.100.1400.25253.8517.1170.2
HexACA6C0AE019fe1146
Octal254246300121603137621106
Binary1010110010100110110000001010111001100111111110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6C0; }

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

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

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

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

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

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

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

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