#ACABC7

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

Shades of Wistful #ACABC7

Tints of Wistful #ACABC7

Color information

#ACABC7 (or 0xACABC7) is unknown color: approx Wistful. HEX triplet: AC, AB and C7. RGB value is (172,171,199). Sum of RGB (Red+Green+Blue) = 172+171+199=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACABC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC7 is #535438. Grayscale: #AEAEAE. Windows color (decimal): -5461049 or 13085612. OLE color: 13085612.

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

Color convert

RGB172171199-
CMYK0.140.1400.22
HSL242.14º20%72.55%-
HSV(B)242.14º14.07%78.04%-
XYZ41.8842.0259.94-
YUV174.49141.83126.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 199 (78.12% from 255) = 36.72%
R=31.73%
G=31.55%
B=36.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721711990.140.1400.22242.142072.55
HexACABC7EE016f21449
Octal254253307161602636224111
Binary1010110010101011110001111110111001011011110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABC7; }

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

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

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

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

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

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

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

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