#ACABC6

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

Shades of Wistful #ACABC6

Tints of Wistful #ACABC6

Color information

#ACABC6 (or 0xACABC6) is unknown color: approx Wistful. HEX triplet: AC, AB and C6. RGB value is (172,171,198). Sum of RGB (Red+Green+Blue) = 172+171+198=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACABC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC6 is #535439. Grayscale: #AEAEAE. Windows color (decimal): -5461050 or 13020076. OLE color: 13020076.

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

Color convert

RGB172171198-
CMYK0.130.1400.22
HSL242.22º19.15%72.35%-
HSV(B)242.22º13.64%77.65%-
XYZ41.7741.9759.33-
YUV174.38141.33126.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=31.79%
G=31.61%
B=36.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721711980.130.1400.22242.2219.1572.35
HexACABC6DE016f21348
Octal254253306151602636223110
Binary1010110010101011110001101101111001011011110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABC6; }

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

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

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

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

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

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

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

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