#A6AEBB

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

Shades of Mischka #A6AEBB

Tints of Mischka #A6AEBB

Color information

#A6AEBB (or 0xA6AEBB) is unknown color: approx Mischka. HEX triplet: A6, AE and BB. RGB value is (166,174,187). Sum of RGB (Red+Green+Blue) = 166+174+187=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEBB is #595144. Grayscale: #ADADAD. Windows color (decimal): -5853509 or 12299942. OLE color: 12299942.

HSL color Cylindrical-coordinate representation of color #A6AEBB: hue angle of 217.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6AEBB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166174187-
CMYK0.110.0700.27
HSL217.14º13.38%69.22%-
HSV(B)217.14º11.23%73.33%-
XYZ39.8341.9753.01-
YUV173.09135.85122.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=31.50%
G=33.02%
B=35.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661741870.110.0700.27217.1413.3869.22
HexA6AEBBB701Bd9d45
Octal24625627313703333115105
Binary10100110101011101011101110111110110111101100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEBB; }

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

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

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

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

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

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

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

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