#A6AEBF

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

Shades of Mischka #A6AEBF

Tints of Mischka #A6AEBF

Color information

#A6AEBF (or 0xA6AEBF) is unknown color: approx Mischka. HEX triplet: A6, AE and BF. RGB value is (166,174,191). Sum of RGB (Red+Green+Blue) = 166+174+191=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEBF is #595140. Grayscale: #ADADAD. Windows color (decimal): -5853505 or 12562086. OLE color: 12562086.

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

Color convert

RGB166174191-
CMYK0.130.0900.25
HSL220.8º16.34%70%-
HSV(B)220.8º13.09%74.9%-
XYZ40.2742.1455.3-
YUV173.55137.85122.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 191 (75% from 255) = 35.97%
R=31.26%
G=32.77%
B=35.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661741910.130.0900.25220.816.3470
HexA6AEBFD9019dd1046
Octal246256277151103133520106
Binary1010011010101110101111111101100101100111011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEBF; }

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

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

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

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

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

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

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

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