#A59FBF

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

Shades of Wistful #A59FBF

Tints of Wistful #A59FBF

Color information

#A59FBF (or 0xA59FBF) is unknown color: approx Wistful. HEX triplet: A5, 9F and BF. RGB value is (165,159,191). Sum of RGB (Red+Green+Blue) = 165+159+191=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #A59FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FBF is #5A6040. Grayscale: #A4A4A4. Windows color (decimal): -5922881 or 12558245. OLE color: 12558245.

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

Color convert

RGB165159191-
CMYK0.140.1700.25
HSL251.25º20%68.63%-
HSV(B)251.25º16.75%74.9%-
XYZ37.3236.5654.38-
YUV164.44142.99128.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 191 (75% from 255) = 37.09%
R=32.04%
G=30.87%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651591910.140.1700.25251.252068.63
HexA59FBFE11019fb1445
Octal245237277162103137324105
Binary10100101100111111011111111101000101100111111011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FBF; }

 p { color: rgb(165,159,191); }

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

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

 a { background-color: rgb(165,159,191); }

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

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

 span { border-color: rgb(165,159,191); }

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