#ACA8BE

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

Shades of Wistful #ACA8BE

Tints of Wistful #ACA8BE

Color information

#ACA8BE (or 0xACA8BE) is unknown color: approx Wistful. HEX triplet: AC, A8 and BE. RGB value is (172,168,190). Sum of RGB (Red+Green+Blue) = 172+168+190=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8BE is #535741. Grayscale: #ABABAB. Windows color (decimal): -5461826 or 12495020. OLE color: 12495020.

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

Color convert

RGB172168190-
CMYK0.090.1200.25
HSL250.91º14.47%70.2%-
HSV(B)250.91º11.58%74.51%-
XYZ40.3140.4954.41-
YUV171.7138.33128.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=32.45%
G=31.70%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721681900.090.1200.25250.9114.4770.2
HexACA8BE9C019fbe46
Octal254250276111403137316106
Binary101011001010100010111110100111000110011111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8BE; }

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

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

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

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

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

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

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

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