#A0A6BA

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

Shades of Mischka #A0A6BA

Tints of Mischka #A0A6BA

Color information

#A0A6BA (or 0xA0A6BA) is unknown color: approx Mischka. HEX triplet: A0, A6 and BA. RGB value is (160,166,186). Sum of RGB (Red+Green+Blue) = 160+166+186=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6BA is #5F5945. Grayscale: #A6A6A6. Windows color (decimal): -6248774 or 12232352. OLE color: 12232352.

HSL color Cylindrical-coordinate representation of color #A0A6BA: hue angle of 226.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0A6BA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160166186-
CMYK0.140.1100.27
HSL226.15º15.85%67.84%-
HSV(B)226.15º13.98%72.94%-
XYZ3738.2951.9-
YUV166.49139.01123.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=31.25%
G=32.42%
B=36.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601661860.140.1100.27226.1515.8567.84
HexA0A6BAEB01Be21044
Octal240246272161303334220104
Binary1010000010100110101110101110101101101111100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A6BA; }

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

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

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

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

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

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

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

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