#A0A9BC

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

Shades of Mischka #A0A9BC

Tints of Mischka #A0A9BC

Color information

#A0A9BC (or 0xA0A9BC) is unknown color: approx Mischka. HEX triplet: A0, A9 and BC. RGB value is (160,169,188). Sum of RGB (Red+Green+Blue) = 160+169+188=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9BC is #5F5643. Grayscale: #A8A8A8. Windows color (decimal): -6248004 or 12364192. OLE color: 12364192.

HSL color Cylindrical-coordinate representation of color #A0A9BC: hue angle of 220.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0A9BC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160169188-
CMYK0.150.1000.26
HSL220.71º17.28%68.24%-
HSV(B)220.71º14.89%73.73%-
XYZ37.7639.4853.21-
YUV168.47139.02121.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=30.95%
G=32.69%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601691880.150.1000.26220.7117.2868.24
HexA0A9BCFA01Add1144
Octal240251274171203233521104
Binary1010000010101001101111001111101001101011011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A9BC; }

 p { color: rgb(160,169,188); }

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

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

 a { background-color: rgb(160,169,188); }

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

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

 span { border-color: rgb(160,169,188); }

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