#A0AAB6

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

Shades of Mischka #A0AAB6

Tints of Mischka #A0AAB6

Color information

#A0AAB6 (or 0xA0AAB6) is unknown color: approx Mischka. HEX triplet: A0, AA and B6. RGB value is (160,170,182). Sum of RGB (Red+Green+Blue) = 160+170+182=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #A0AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AAB6 is #5F5549. Grayscale: #A8A8A8. Windows color (decimal): -6247754 or 11971232. OLE color: 11971232.

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

Color convert

RGB160170182-
CMYK0.120.0700.29
HSL212.73º13.1%67.06%-
HSV(B)212.73º12.09%71.37%-
XYZ37.3239.649.93-
YUV168.38135.69122.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=31.25%
G=33.20%
B=35.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601701820.120.0700.29212.7313.167.06
HexA0AAB6C701Dd5d43
Octal24025226614703532515103
Binary10100000101010101011011011001110111011101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AAB6; }

 p { color: rgb(160,170,182); }

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

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

 a { background-color: rgb(160,170,182); }

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

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

 span { border-color: rgb(160,170,182); }

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