#ACABC9

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

Shades of Wistful #ACABC9

Tints of Wistful #ACABC9

Color information

#ACABC9 (or 0xACABC9) is unknown color: approx Wistful. HEX triplet: AC, AB and C9. RGB value is (172,171,201). Sum of RGB (Red+Green+Blue) = 172+171+201=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC9 is #535436. Grayscale: #AEAEAE. Windows color (decimal): -5461047 or 13216684. OLE color: 13216684.

HSL color Cylindrical-coordinate representation of color #ACABC9: hue angle of 242º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACABC9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172171201-
CMYK0.140.1500.21
HSL242º21.74%72.94%-
HSV(B)242º14.93%78.82%-
XYZ42.1242.1161.17-
YUV174.72142.83126.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=31.62%
G=31.43%
B=36.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721712010.140.1500.2124221.7472.94
HexACABC9EF015f21649
Octal254253311161702536226111
Binary1010110010101011110010011110111101010111110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABC9; }

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

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

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

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

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

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

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

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