#A1AAB6

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

Shades of Mischka #A1AAB6

Tints of Mischka #A1AAB6

Color information

#A1AAB6 (or 0xA1AAB6) is unknown color: approx Mischka. HEX triplet: A1, AA and B6. RGB value is (161,170,182). Sum of RGB (Red+Green+Blue) = 161+170+182=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #A1AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AAB6 is #5E5549. Grayscale: #A8A8A8. Windows color (decimal): -6182218 or 11971233. OLE color: 11971233.

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

Color convert

RGB161170182-
CMYK0.120.0700.29
HSL214.29º12.57%67.25%-
HSV(B)214.29º11.54%71.37%-
XYZ37.5239.749.94-
YUV168.68135.52122.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=31.38%
G=33.14%
B=35.48%

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
Decimal1611701820.120.0700.29214.2912.5767.25
HexA1AAB6C701Dd6d43
Octal24125226614703532615103
Binary10100001101010101011011011001110111011101011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAB6; }

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

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

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

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

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

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

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

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