#A6AAB7

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

Shades of Mischka #A6AAB7

Tints of Mischka #A6AAB7

Color information

#A6AAB7 (or 0xA6AAB7) is unknown color: approx Mischka. HEX triplet: A6, AA and B7. RGB value is (166,170,183). Sum of RGB (Red+Green+Blue) = 166+170+183=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #A6AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAB7 is #595548. Grayscale: #AAAAAA. Windows color (decimal): -5854537 or 12036774. OLE color: 12036774.

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

Color convert

RGB166170183-
CMYK0.090.0700.28
HSL225.88º10.56%68.43%-
HSV(B)225.88º9.29%71.76%-
XYZ38.6540.2850.54-
YUV170.29135.17124.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=31.98%
G=32.76%
B=35.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661701830.090.0700.28225.8810.5668.43
HexA6AAB79701Ce2b44
Octal24625226711703434213104
Binary10100110101010101011011110011110111001110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAB7; }

 p { color: rgb(166,170,183); }

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

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

 a { background-color: rgb(166,170,183); }

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

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

 span { border-color: rgb(166,170,183); }

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