#A7A7BF

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

Shades of Wistful #A7A7BF

Tints of Wistful #A7A7BF

Color information

#A7A7BF (or 0xA7A7BF) is unknown color: approx Wistful. HEX triplet: A7, A7 and BF. RGB value is (167,167,191). Sum of RGB (Red+Green+Blue) = 167+167+191=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #A7A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A7BF is #585840. Grayscale: #A9A9A9. Windows color (decimal): -5789761 or 12560295. OLE color: 12560295.

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

Color convert

RGB167167191-
CMYK0.130.1300.25
HSL240º15.79%70.2%-
HSV(B)240º12.57%74.9%-
XYZ39.1639.6154.87-
YUV169.74140126.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 191 (75% from 255) = 36.38%
R=31.81%
G=31.81%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671671910.130.1300.2524015.7970.2
HexA7A7BFDD019f01046
Octal247247277151503136020106
Binary1010011110100111101111111101110101100111110000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7BF; }

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

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

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

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

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

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

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

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