#A0A8BA

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

Shades of Mischka #A0A8BA

Tints of Mischka #A0A8BA

Color information

#A0A8BA (or 0xA0A8BA) is unknown color: approx Mischka. HEX triplet: A0, A8 and BA. RGB value is (160,168,186). Sum of RGB (Red+Green+Blue) = 160+168+186=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A8BA is #5F5745. Grayscale: #A7A7A7. Windows color (decimal): -6248262 or 12232864. OLE color: 12232864.

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

Color convert

RGB160168186-
CMYK0.140.1000.27
HSL221.54º15.85%67.84%-
HSV(B)221.54º13.98%72.94%-
XYZ37.3639.0252.02-
YUV167.66138.35122.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 168 (66.02% from 255) = 32.68%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=31.13%
G=32.68%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601681860.140.1000.27221.5415.8567.84
HexA0A8BAEA01Bde1044
Octal240250272161203333620104
Binary1010000010101000101110101110101001101111011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A8BA; }

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

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

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

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

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

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

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

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