#A79FBF

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

Shades of Wistful #A79FBF

Tints of Wistful #A79FBF

Color information

#A79FBF (or 0xA79FBF) is unknown color: approx Wistful. HEX triplet: A7, 9F and BF. RGB value is (167,159,191). Sum of RGB (Red+Green+Blue) = 167+159+191=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #A79FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FBF is #586040. Grayscale: #A4A4A4. Windows color (decimal): -5791809 or 12558247. OLE color: 12558247.

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

Color convert

RGB167159191-
CMYK0.130.1700.25
HSL255º20%68.63%-
HSV(B)255º16.75%74.9%-
XYZ37.7436.7754.4-
YUV165.04142.65129.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 191 (75% from 255) = 36.94%
R=32.30%
G=30.75%
B=36.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671591910.130.1700.252552068.63
HexA79FBFD11019ff1445
Octal247237277152103137724105
Binary10100111100111111011111111011000101100111111111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FBF; }

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

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

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

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

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

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

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

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