#A0A6BF

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

Shades of Mischka #A0A6BF

Tints of Mischka #A0A6BF

Color information

#A0A6BF (or 0xA0A6BF) is unknown color: approx Mischka. HEX triplet: A0, A6 and BF. RGB value is (160,166,191). Sum of RGB (Red+Green+Blue) = 160+166+191=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0A6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6BF is #5F5940. Grayscale: #A6A6A6. Windows color (decimal): -6248769 or 12560032. OLE color: 12560032.

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

Color convert

RGB160166191-
CMYK0.160.1300.25
HSL228.39º19.5%68.82%-
HSV(B)228.39º16.23%74.9%-
XYZ37.5438.5154.74-
YUV167.06141.51122.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 191 (75% from 255) = 36.94%
R=30.95%
G=32.11%
B=36.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601661910.160.1300.25228.3919.568.82
HexA0A6BF10D019e41345
Octal240246277201503134423105
Binary10100000101001101011111110000110101100111100100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A6BF; }

 p { color: rgb(160,166,191); }

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

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

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

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

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

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

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