#A0A4BA

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

Shades of Mischka #A0A4BA

Tints of Mischka #A0A4BA

Color information

#A0A4BA (or 0xA0A4BA) is unknown color: approx Mischka. HEX triplet: A0, A4 and BA. RGB value is (160,164,186). Sum of RGB (Red+Green+Blue) = 160+164+186=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4BA is #5F5B45. Grayscale: #A5A5A5. Windows color (decimal): -6249286 or 12231840. OLE color: 12231840.

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

Color convert

RGB160164186-
CMYK0.140.1200.27
HSL230.77º15.85%67.84%-
HSV(B)230.77º13.98%72.94%-
XYZ36.6437.5751.78-
YUV165.31139.67124.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=31.37%
G=32.16%
B=36.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601641860.140.1200.27230.7715.8567.84
HexA0A4BAEC01Be71044
Octal240244272161403334720104
Binary1010000010100100101110101110110001101111100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A4BA; }

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

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

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

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

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

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

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

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