#A0A7BE

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

Shades of Mischka #A0A7BE

Tints of Mischka #A0A7BE

Color information

#A0A7BE (or 0xA0A7BE) is unknown color: approx Mischka. HEX triplet: A0, A7 and BE. RGB value is (160,167,190). Sum of RGB (Red+Green+Blue) = 160+167+190=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A7BE is #5F5841. Grayscale: #A7A7A7. Windows color (decimal): -6248514 or 12494752. OLE color: 12494752.

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

Color convert

RGB160167190-
CMYK0.160.1200.25
HSL226º18.75%68.63%-
HSV(B)226º15.79%74.51%-
XYZ37.6138.8354.23-
YUV167.53140.68122.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=30.95%
G=32.30%
B=36.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601671900.160.1200.2522618.7568.63
HexA0A7BE10C019e21345
Octal240247276201403134223105
Binary10100000101001111011111010000110001100111100010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A7BE; }

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

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

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

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

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

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

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

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