#A0A5BE

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

Shades of Mischka #A0A5BE

Tints of Mischka #A0A5BE

Color information

#A0A5BE (or 0xA0A5BE) is unknown color: approx Mischka. HEX triplet: A0, A5 and BE. RGB value is (160,165,190). Sum of RGB (Red+Green+Blue) = 160+165+190=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5BE is #5F5A41. Grayscale: #A6A6A6. Windows color (decimal): -6249026 or 12494240. OLE color: 12494240.

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

Color convert

RGB160165190-
CMYK0.160.1300.25
HSL230º18.75%68.63%-
HSV(B)230º15.79%74.51%-
XYZ37.2538.154.11-
YUV166.36141.34123.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=31.07%
G=32.04%
B=36.89%

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
Decimal1601651900.160.1300.2523018.7568.63
HexA0A5BE10D019e61345
Octal240245276201503134623105
Binary10100000101001011011111010000110101100111100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5BE; }

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

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

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

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

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

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

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

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