#A8A0BF

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

Shades of Wistful #A8A0BF

Tints of Wistful #A8A0BF

Color information

#A8A0BF (or 0xA8A0BF) is unknown color: approx Wistful. HEX triplet: A8, A0 and BF. RGB value is (168,160,191). Sum of RGB (Red+Green+Blue) = 168+160+191=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0BF is #575F40. Grayscale: #A5A5A5. Windows color (decimal): -5726017 or 12558504. OLE color: 12558504.

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

Color convert

RGB168160191-
CMYK0.120.1600.25
HSL255.48º19.5%68.82%-
HSV(B)255.48º16.23%74.9%-
XYZ38.1237.2354.47-
YUV165.93142.15129.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 191 (75% from 255) = 36.80%
R=32.37%
G=30.83%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681601910.120.1600.25255.4819.568.82
HexA8A0BFC10019ff1345
Octal250240277142003137723105
Binary10101000101000001011111111001000001100111111111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0BF; }

 p { color: rgb(168,160,191); }

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

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

 a { background-color: rgb(168,160,191); }

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

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

 span { border-color: rgb(168,160,191); }

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