#A1AEBF

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

Shades of Mischka #A1AEBF

Tints of Mischka #A1AEBF

Color information

#A1AEBF (or 0xA1AEBF) is unknown color: approx Mischka. HEX triplet: A1, AE and BF. RGB value is (161,174,191). Sum of RGB (Red+Green+Blue) = 161+174+191=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEBF is #5E5140. Grayscale: #ABABAB. Windows color (decimal): -6181185 or 12562081. OLE color: 12562081.

HSL color Cylindrical-coordinate representation of color #A1AEBF: hue angle of 214º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1AEBF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161174191-
CMYK0.160.0900.25
HSL214º18.99%69.02%-
HSV(B)214º15.71%74.9%-
XYZ39.2441.6155.25-
YUV172.05138.69120.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 191 (75% from 255) = 36.31%
R=30.61%
G=33.08%
B=36.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611741910.160.0900.2521418.9969.02
HexA1AEBF109019d61345
Octal241256277201103132623105
Binary10100001101011101011111110000100101100111010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEBF; }

 p { color: rgb(161,174,191); }

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

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

 a { background-color: rgb(161,174,191); }

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

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

 span { border-color: rgb(161,174,191); }

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