#A0A5BA

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

Shades of Mischka #A0A5BA

Tints of Mischka #A0A5BA

Color information

#A0A5BA (or 0xA0A5BA) is unknown color: approx Mischka. HEX triplet: A0, A5 and BA. RGB value is (160,165,186). Sum of RGB (Red+Green+Blue) = 160+165+186=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5BA is #5F5A45. Grayscale: #A5A5A5. Windows color (decimal): -6249030 or 12232096. OLE color: 12232096.

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

Color convert

RGB160165186-
CMYK0.140.1100.27
HSL228.46º15.85%67.84%-
HSV(B)228.46º13.98%72.94%-
XYZ36.8237.9351.84-
YUV165.9139.34123.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=31.31%
G=32.29%
B=36.40%

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
Decimal1601651860.140.1100.27228.4615.8567.84
HexA0A5BAEB01Be41044
Octal240245272161303334420104
Binary1010000010100101101110101110101101101111100100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5BA; }

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

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

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

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

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

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

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

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