#A6AAB1

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

Shades of Mischka #A6AAB1

Tints of Mischka #A6AAB1

Color information

#A6AAB1 (or 0xA6AAB1) is unknown color: approx Mischka. HEX triplet: A6, AA and B1. RGB value is (166,170,177). Sum of RGB (Red+Green+Blue) = 166+170+177=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 177 - color contains mainly: blue. Hex color #A6AAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAB1 is #59554E. Grayscale: #A9A9A9. Windows color (decimal): -5854543 or 11643558. OLE color: 11643558.

HSL color Cylindrical-coordinate representation of color #A6AAB1: hue angle of 218.18º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6AAB1 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166170177-
CMYK0.060.0400.31
HSL218.18º6.59%67.25%-
HSV(B)218.18º6.21%69.41%-
XYZ38.0440.0347.32-
YUV169.6132.17125.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=32.36%
G=33.14%
B=34.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661701770.060.0400.31218.186.5967.25
HexA6AAB16401Fda743
Octal246252261640373327103
Binary101001101010101010110001110100011111110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAB1; }

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

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

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

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

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

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

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

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