#A0A9BF

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

Shades of Mischka #A0A9BF

Tints of Mischka #A0A9BF

Color information

#A0A9BF (or 0xA0A9BF) is unknown color: approx Mischka. HEX triplet: A0, A9 and BF. RGB value is (160,169,191). Sum of RGB (Red+Green+Blue) = 160+169+191=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9BF is #5F5640. Grayscale: #A8A8A8. Windows color (decimal): -6248001 or 12560800. OLE color: 12560800.

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

Color convert

RGB160169191-
CMYK0.160.1200.25
HSL222.58º19.5%68.82%-
HSV(B)222.58º16.23%74.9%-
XYZ38.0939.6154.93-
YUV168.82140.52121.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 191 (75% from 255) = 36.73%
R=30.77%
G=32.5%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601691910.160.1200.25222.5819.568.82
HexA0A9BF10C019df1345
Octal240251277201403133723105
Binary10100000101010011011111110000110001100111011111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A9BF; }

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

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

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

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

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

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

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

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