#A1A4B6

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

Shades of Mischka #A1A4B6

Tints of Mischka #A1A4B6

Color information

#A1A4B6 (or 0xA1A4B6) is unknown color: approx Mischka. HEX triplet: A1, A4 and B6. RGB value is (161,164,182). Sum of RGB (Red+Green+Blue) = 161+164+182=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #A1A4B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4B6 is #5E5B49. Grayscale: #A5A5A5. Windows color (decimal): -6183754 or 11969697. OLE color: 11969697.

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

Color convert

RGB161164182-
CMYK0.120.1000.29
HSL231.43º12.57%67.25%-
HSV(B)231.43º11.54%71.37%-
XYZ36.4237.5149.58-
YUV165.15137.51125.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=31.76%
G=32.35%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611641820.120.1000.29231.4312.5767.25
HexA1A4B6CA01De7d43
Octal241244266141203534715103
Binary101000011010010010110110110010100111011110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4B6; }

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

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

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

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

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

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

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

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