#A0A5BF

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

Shades of Mischka #A0A5BF

Tints of Mischka #A0A5BF

Color information

#A0A5BF (or 0xA0A5BF) is unknown color: approx Mischka. HEX triplet: A0, A5 and BF. RGB value is (160,165,191). Sum of RGB (Red+Green+Blue) = 160+165+191=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5BF is #5F5A40. Grayscale: #A6A6A6. Windows color (decimal): -6249025 or 12559776. OLE color: 12559776.

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

Color convert

RGB160165191-
CMYK0.160.1400.25
HSL230.32º19.5%68.82%-
HSV(B)230.32º16.23%74.9%-
XYZ37.3638.1554.68-
YUV166.47141.84123.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 191 (75% from 255) = 37.02%
R=31.01%
G=31.98%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601651910.160.1400.25230.3219.568.82
HexA0A5BF10E019e61345
Octal240245277201603134623105
Binary10100000101001011011111110000111001100111100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5BF; }

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

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

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

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

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

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

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

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