#ACAABE

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

Shades of Wistful #ACAABE

Tints of Wistful #ACAABE

Color information

#ACAABE (or 0xACAABE) is unknown color: approx Wistful. HEX triplet: AC, AA and BE. RGB value is (172,170,190). Sum of RGB (Red+Green+Blue) = 172+170+190=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAABE is #535541. Grayscale: #ACACAC. Windows color (decimal): -5461314 or 12495532. OLE color: 12495532.

HSL color Cylindrical-coordinate representation of color #ACAABE: hue angle of 246º degrees, saturation: 0.13, 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 #ACAABE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172170190-
CMYK0.090.1100.25
HSL246º13.33%70.59%-
HSV(B)246º10.53%74.51%-
XYZ40.6841.2454.53-
YUV172.88137.66127.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=32.33%
G=31.95%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721701900.090.1100.2524613.3370.59
HexACAABE9B019f6d47
Octal254252276111303136615107
Binary101011001010101010111110100110110110011111011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAABE; }

 p { color: rgb(172,170,190); }

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

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

 a { background-color: rgb(172,170,190); }

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

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

 span { border-color: rgb(172,170,190); }

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