#A6ABB5

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

Shades of Mischka #A6ABB5

Tints of Mischka #A6ABB5

Color information

#A6ABB5 (or 0xA6ABB5) is unknown color: approx Mischka. HEX triplet: A6, AB and B5. RGB value is (166,171,181). Sum of RGB (Red+Green+Blue) = 166+171+181=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #A6ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABB5 is #59544A. Grayscale: #AAAAAA. Windows color (decimal): -5854283 or 11905958. OLE color: 11905958.

HSL color Cylindrical-coordinate representation of color #A6ABB5: hue angle of 220º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6ABB5 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166171181-
CMYK0.080.0600.29
HSL220º9.2%68.04%-
HSV(B)220º8.29%70.98%-
XYZ38.6340.5749.51-
YUV170.64133.84124.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=32.05%
G=33.01%
B=34.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661711810.080.0600.292209.268.04
HexA6ABB58601Ddc944
Octal24625326510603533411104
Binary10100110101010111011010110001100111011101110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABB5; }

 p { color: rgb(166,171,181); }

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

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

 a { background-color: rgb(166,171,181); }

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

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

 span { border-color: rgb(166,171,181); }

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