#ACABBF

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

Shades of Wistful #ACABBF

Tints of Wistful #ACABBF

Color information

#ACABBF (or 0xACABBF) is unknown color: approx Wistful. HEX triplet: AC, AB and BF. RGB value is (172,171,191). Sum of RGB (Red+Green+Blue) = 172+171+191=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABBF is #535440. Grayscale: #ADADAD. Windows color (decimal): -5461057 or 12561324. OLE color: 12561324.

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

Color convert

RGB172171191-
CMYK0.100.1000.25
HSL243º13.51%70.98%-
HSV(B)243º10.47%74.9%-
XYZ40.9841.6655.17-
YUV173.58137.83126.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 191 (75% from 255) = 35.77%
R=32.21%
G=32.02%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721711910.100.1000.2524313.5170.98
HexACABBFAA019f3e47
Octal254253277121203136316107
Binary101011001010101110111111101010100110011111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABBF; }

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

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

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

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

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

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

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

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