#a8a8c0

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

Shades of Wistful #A8A8C0

Tints of Wistful #A8A8C0

Color information

#A8A8C0 (or 0xA8A8C0) is unknown color: approx Wistful. HEX triplet: A8, A8 and C0. RGB value is (168,168,192). Sum of RGB (Red+Green+Blue) = 168+168+192=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8A8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8C0 is #57573F. Grayscale: #AAAAAA. Windows color (decimal): -5723968 or 12626088. OLE color: 12626088.

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

Color convert

RGB168168192-
CMYK0.120.1200.25
HSL240º16%70.59%-
HSV(B)240º12.5%75.29%-
XYZ39.6740.1455.53-
YUV170.74140126.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=31.82%
G=31.82%
B=36.36%

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
Decimal1681681920.120.1200.252401670.59
HexA8A8C0CC019f01047
Octal250250300141403136020107
Binary1010100010101000110000001100110001100111110000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8a8c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8a8c0; }

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

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

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

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

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

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

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

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