#A1A6BC

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

Shades of Mischka #A1A6BC

Tints of Mischka #A1A6BC

Color information

#A1A6BC (or 0xA1A6BC) is unknown color: approx Mischka. HEX triplet: A1, A6 and BC. RGB value is (161,166,188). Sum of RGB (Red+Green+Blue) = 161+166+188=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6BC is #5E5943. Grayscale: #A6A6A6. Windows color (decimal): -6183236 or 12363425. OLE color: 12363425.

HSL color Cylindrical-coordinate representation of color #A1A6BC: hue angle of 228.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1A6BC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161166188-
CMYK0.140.1200.26
HSL228.89º16.77%68.43%-
HSV(B)228.89º14.36%73.73%-
XYZ37.4138.4853.03-
YUV167.01139.84123.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=31.26%
G=32.23%
B=36.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611661880.140.1200.26228.8916.7768.43
HexA1A6BCEC01Ae51144
Octal241246274161403234521104
Binary1010000110100110101111001110110001101011100101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A6BC; }

 p { color: rgb(161,166,188); }

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

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

 a { background-color: rgb(161,166,188); }

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

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

 span { border-color: rgb(161,166,188); }

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