#ACACCE

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

Shades of Wistful #ACACCE

Tints of Wistful #ACACCE

Color information

#ACACCE (or 0xACACCE) is unknown color: approx Wistful. HEX triplet: AC, AC and CE. RGB value is (172,172,206). Sum of RGB (Red+Green+Blue) = 172+172+206=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACCE is #535331. Grayscale: #AFAFAF. Windows color (decimal): -5460786 or 13544620. OLE color: 13544620.

HSL color Cylindrical-coordinate representation of color #ACACCE: hue angle of 240º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACACCE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172172206-
CMYK0.170.1700.19
HSL240º25.76%74.12%-
HSV(B)240º16.5%80.78%-
XYZ42.9142.7364.38-
YUV175.88145125.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=31.27%
G=31.27%
B=37.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721722060.170.1700.1924025.7674.12
HexACACCE1111013f01a4a
Octal254254316212102336032112
Binary101011001010110011001110100011000101001111110000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACCE; }

 p { color: rgb(172,172,206); }

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

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

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

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

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

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

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