#ACA6C6

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

Shades of Wistful #ACA6C6

Tints of Wistful #ACA6C6

Color information

#ACA6C6 (or 0xACA6C6) is unknown color: approx Wistful. HEX triplet: AC, A6 and C6. RGB value is (172,166,198). Sum of RGB (Red+Green+Blue) = 172+166+198=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACA6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6C6 is #535939. Grayscale: #ABABAB. Windows color (decimal): -5462330 or 13018796. OLE color: 13018796.

HSL color Cylindrical-coordinate representation of color #ACA6C6: hue angle of 251.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA6C6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172166198-
CMYK0.130.1600.22
HSL251.25º21.92%71.37%-
HSV(B)251.25º16.16%77.65%-
XYZ40.8440.1259.02-
YUV171.44142.99128.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 198 (77.73% from 255) = 36.94%
R=32.09%
G=30.97%
B=36.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721661980.130.1600.22251.2521.9271.37
HexACA6C6D10016fb1647
Octal254246306152002637326107
Binary10101100101001101100011011011000001011011111011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6C6; }

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

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

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

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

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

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

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

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