#ACABC0

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

Shades of Wistful #ACABC0

Tints of Wistful #ACABC0

Color information

#ACABC0 (or 0xACABC0) is unknown color: approx Wistful. HEX triplet: AC, AB and C0. RGB value is (172,171,192). Sum of RGB (Red+Green+Blue) = 172+171+192=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC0 is #53543F. Grayscale: #ADADAD. Windows color (decimal): -5461056 or 12626860. OLE color: 12626860.

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

Color convert

RGB172171192-
CMYK0.100.1100.25
HSL242.86º14.29%71.18%-
HSV(B)242.86º10.94%75.29%-
XYZ41.0941.755.75-
YUV173.69138.33126.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=32.15%
G=31.96%
B=35.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721711920.100.1100.25242.8614.2971.18
HexACABC0AB019f3e47
Octal254253300121303136316107
Binary101011001010101111000000101010110110011111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABC0; }

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

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

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

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

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

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

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

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