#A8A9C7

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

Shades of Wistful #A8A9C7

Tints of Wistful #A8A9C7

Color information

#A8A9C7 (or 0xA8A9C7) is unknown color: approx Wistful. HEX triplet: A8, A9 and C7. RGB value is (168,169,199). Sum of RGB (Red+Green+Blue) = 168+169+199=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 199 - color contains mainly: blue. Hex color #A8A9C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9C7 is #575638. Grayscale: #ACACAC. Windows color (decimal): -5723705 or 13085096. OLE color: 13085096.

HSL color Cylindrical-coordinate representation of color #A8A9C7: hue angle of 238.06º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8A9C7 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168169199-
CMYK0.160.1500.22
HSL238.06º21.68%71.96%-
HSV(B)238.06º15.58%78.04%-
XYZ40.6540.8259.77-
YUV172.12143.17125.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=31.34%
G=31.53%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681691990.160.1500.22238.0621.6871.96
HexA8A9C710F016ee1648
Octal250251307201702635626110
Binary10101000101010011100011110000111101011011101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A9C7; }

 p { color: rgb(168,169,199); }

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

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

 a { background-color: rgb(168,169,199); }

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

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

 span { border-color: rgb(168,169,199); }

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