#A0ABB7

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

Shades of Mischka #A0ABB7

Tints of Mischka #A0ABB7

Color information

#A0ABB7 (or 0xA0ABB7) is unknown color: approx Mischka. HEX triplet: A0, AB and B7. RGB value is (160,171,183). Sum of RGB (Red+Green+Blue) = 160+171+183=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #A0ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABB7 is #5F5448. Grayscale: #A9A9A9. Windows color (decimal): -6247497 or 12037024. OLE color: 12037024.

HSL color Cylindrical-coordinate representation of color #A0ABB7: hue angle of 211.3º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0ABB7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160171183-
CMYK0.130.0700.28
HSL211.3º13.77%67.25%-
HSV(B)211.3º12.57%71.76%-
XYZ37.6140.0250.54-
YUV169.08135.86121.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=31.13%
G=33.27%
B=35.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601711830.130.0700.28211.313.7767.25
HexA0ABB7D701Cd3e43
Octal24025326715703432316103
Binary10100000101010111011011111011110111001101001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABB7; }

 p { color: rgb(160,171,183); }

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

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

 a { background-color: rgb(160,171,183); }

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

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

 span { border-color: rgb(160,171,183); }

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