#A0A6BE

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

Shades of Mischka #A0A6BE

Tints of Mischka #A0A6BE

Color information

#A0A6BE (or 0xA0A6BE) is unknown color: approx Mischka. HEX triplet: A0, A6 and BE. RGB value is (160,166,190). Sum of RGB (Red+Green+Blue) = 160+166+190=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6BE is #5F5941. Grayscale: #A6A6A6. Windows color (decimal): -6248770 or 12494496. OLE color: 12494496.

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

Color convert

RGB160166190-
CMYK0.160.1300.25
HSL228º18.75%68.63%-
HSV(B)228º15.79%74.51%-
XYZ37.4338.4654.17-
YUV166.94141.01123.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=31.01%
G=32.17%
B=36.82%

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
Decimal1601661900.160.1300.2522818.7568.63
HexA0A6BE10D019e41345
Octal240246276201503134423105
Binary10100000101001101011111010000110101100111100100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A6BE; }

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

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

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

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

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

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

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

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