#a9a2c0

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

Shades of Wistful #A9A2C0

Tints of Wistful #A9A2C0

Color information

#A9A2C0 (or 0xA9A2C0) is unknown color: approx Wistful. HEX triplet: A9, A2 and C0. RGB value is (169,162,192). Sum of RGB (Red+Green+Blue) = 169+162+192=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #A9A2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2C0 is #565D3F. Grayscale: #A7A7A7. Windows color (decimal): -5659968 or 12624553. OLE color: 12624553.

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

Color convert

RGB169162192-
CMYK0.120.1600.25
HSL254º19.23%69.41%-
HSV(B)254º15.62%75.29%-
XYZ38.838.0855.17-
YUV167.51141.82129.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=32.31%
G=30.98%
B=36.71%

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
Decimal1691621920.120.1600.2525419.2369.41
HexA9A2C0C10019fe1345
Octal251242300142003137623105
Binary10101001101000101100000011001000001100111111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a2c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a2c0; }

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

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

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

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

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

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

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

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