#A0ABB8

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

Shades of Mischka #A0ABB8

Tints of Mischka #A0ABB8

Color information

#A0ABB8 (or 0xA0ABB8) is unknown color: approx Mischka. HEX triplet: A0, AB and B8. RGB value is (160,171,184). Sum of RGB (Red+Green+Blue) = 160+171+184=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 184 - color contains mainly: blue. Hex color #A0ABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABB8 is #5F5447. Grayscale: #A9A9A9. Windows color (decimal): -6247496 or 12102560. OLE color: 12102560.

HSL color Cylindrical-coordinate representation of color #A0ABB8: hue angle of 212.5º 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 #A0ABB8 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160171184-
CMYK0.130.0700.28
HSL212.5º14.46%67.45%-
HSV(B)212.5º13.04%72.16%-
XYZ37.7140.0651.09-
YUV169.19136.36121.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=31.07%
G=33.20%
B=35.73%

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
Decimal1601711840.130.0700.28212.514.4667.45
HexA0ABB8D701Cd4e43
Octal24025327015703432416103
Binary10100000101010111011100011011110111001101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABB8; }

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

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

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

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

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

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

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

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