#A6AEB9

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

Shades of Mischka #A6AEB9

Tints of Mischka #A6AEB9

Color information

#A6AEB9 (or 0xA6AEB9) is unknown color: approx Mischka. HEX triplet: A6, AE and B9. RGB value is (166,174,185). Sum of RGB (Red+Green+Blue) = 166+174+185=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 185 - color contains mainly: blue. Hex color #A6AEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEB9 is #595146. Grayscale: #ACACAC. Windows color (decimal): -5853511 or 12168870. OLE color: 12168870.

HSL color Cylindrical-coordinate representation of color #A6AEB9: hue angle of 214.74º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6AEB9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166174185-
CMYK0.100.0600.27
HSL214.74º11.95%68.82%-
HSV(B)214.74º10.27%72.55%-
XYZ39.6241.8851.89-
YUV172.86134.85123.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=31.62%
G=33.14%
B=35.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661741850.100.0600.27214.7411.9568.82
HexA6AEB9A601Bd7c45
Octal24625627112603332714105
Binary10100110101011101011100110101100110111101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEB9; }

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

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

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

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

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

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

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

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