#A1A9B4

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

Shades of Mischka #A1A9B4

Tints of Mischka #A1A9B4

Color information

#A1A9B4 (or 0xA1A9B4) is unknown color: approx Mischka. HEX triplet: A1, A9 and B4. RGB value is (161,169,180). Sum of RGB (Red+Green+Blue) = 161+169+180=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #A1A9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A9B4 is #5E564B. Grayscale: #A7A7A7. Windows color (decimal): -6182476 or 11839905. OLE color: 11839905.

HSL color Cylindrical-coordinate representation of color #A1A9B4: hue angle of 214.74º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1A9B4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161169180-
CMYK0.110.0600.29
HSL214.74º11.24%66.86%-
HSV(B)214.74º10.56%70.59%-
XYZ37.1239.2548.8-
YUV167.86134.85123.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=31.57%
G=33.14%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611691800.110.0600.29214.7411.2466.86
HexA1A9B4B601Dd7b43
Octal24125126413603532713103
Binary10100001101010011011010010111100111011101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A9B4; }

 p { color: rgb(161,169,180); }

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

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

 a { background-color: rgb(161,169,180); }

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

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

 span { border-color: rgb(161,169,180); }

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