#A1A4B8

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

Shades of Mischka #A1A4B8

Tints of Mischka #A1A4B8

Color information

#A1A4B8 (or 0xA1A4B8) is unknown color: approx Mischka. HEX triplet: A1, A4 and B8. RGB value is (161,164,184). Sum of RGB (Red+Green+Blue) = 161+164+184=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 184 - color contains mainly: blue. Hex color #A1A4B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4B8 is #5E5B47. Grayscale: #A5A5A5. Windows color (decimal): -6183752 or 12100769. OLE color: 12100769.

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

Color convert

RGB161164184-
CMYK0.120.1100.28
HSL232.17º13.94%67.65%-
HSV(B)232.17º12.5%72.16%-
XYZ36.6337.5950.67-
YUV165.38138.51124.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 184 (72.27% from 255) = 36.15%
R=31.63%
G=32.22%
B=36.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611641840.120.1100.28232.1713.9467.65
HexA1A4B8CB01Ce8e44
Octal241244270141303435016104
Binary101000011010010010111000110010110111001110100011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4B8; }

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

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

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

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

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

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

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

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