#A1AAB7

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

Shades of Mischka #A1AAB7

Tints of Mischka #A1AAB7

Color information

#A1AAB7 (or 0xA1AAB7) is unknown color: approx Mischka. HEX triplet: A1, AA and B7. RGB value is (161,170,183). Sum of RGB (Red+Green+Blue) = 161+170+183=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #A1AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AAB7 is #5E5548. Grayscale: #A8A8A8. Windows color (decimal): -6182217 or 12036769. OLE color: 12036769.

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

Color convert

RGB161170183-
CMYK0.120.0700.28
HSL215.45º13.25%67.45%-
HSV(B)215.45º12.02%71.76%-
XYZ37.6239.7550.49-
YUV168.79136.02122.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=31.32%
G=33.07%
B=35.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611701830.120.0700.28215.4513.2567.45
HexA1AAB7C701Cd7d43
Octal24125226714703432715103
Binary10100001101010101011011111001110111001101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAB7; }

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

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

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

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

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

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

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

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