#A6AAB4

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

Shades of Mischka #A6AAB4

Tints of Mischka #A6AAB4

Color information

#A6AAB4 (or 0xA6AAB4) is unknown color: approx Mischka. HEX triplet: A6, AA and B4. RGB value is (166,170,180). Sum of RGB (Red+Green+Blue) = 166+170+180=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #A6AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAB4 is #59554B. Grayscale: #A9A9A9. Windows color (decimal): -5854540 or 11840166. OLE color: 11840166.

HSL color Cylindrical-coordinate representation of color #A6AAB4: hue angle of 222.86º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6AAB4 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166170180-
CMYK0.080.0600.29
HSL222.86º8.54%67.84%-
HSV(B)222.86º7.78%70.59%-
XYZ38.3440.1548.91-
YUV169.94133.67125.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=32.17%
G=32.95%
B=34.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661701800.080.0600.29222.868.5467.84
HexA6AAB48601Ddf944
Octal24625226410603533711104
Binary10100110101010101011010010001100111011101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAB4; }

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

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

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

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

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

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

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

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