#A9A8C0

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

Shades of Wistful #A9A8C0

Tints of Wistful #A9A8C0

Color information

#A9A8C0 (or 0xA9A8C0) is unknown color: approx Wistful. HEX triplet: A9, A8 and C0. RGB value is (169,168,192). Sum of RGB (Red+Green+Blue) = 169+168+192=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #A9A8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8C0 is #56573F. Grayscale: #AAAAAA. Windows color (decimal): -5658432 or 12626089. OLE color: 12626089.

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

Color convert

RGB169168192-
CMYK0.120.1200.25
HSL242.5º16%70.59%-
HSV(B)242.5º12.5%75.29%-
XYZ39.8840.2555.54-
YUV171.04139.83126.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=31.95%
G=31.76%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691681920.120.1200.25242.51670.59
HexA9A8C0CC019f21047
Octal251250300141403136220107
Binary1010100110101000110000001100110001100111110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A8C0; }

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

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

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

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

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

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

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

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