#A6AABA

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

Shades of Mischka #A6AABA

Tints of Mischka #A6AABA

Color information

#A6AABA (or 0xA6AABA) is unknown color: approx Mischka. HEX triplet: A6, AA and BA. RGB value is (166,170,186). Sum of RGB (Red+Green+Blue) = 166+170+186=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AABA is #595545. Grayscale: #AAAAAA. Windows color (decimal): -5854534 or 12233382. OLE color: 12233382.

HSL color Cylindrical-coordinate representation of color #A6AABA: hue angle of 228º 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 #A6AABA is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166170186-
CMYK0.110.0900.27
HSL228º12.66%69.02%-
HSV(B)228º10.75%72.94%-
XYZ38.9640.452.2-
YUV170.63136.67124.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=31.80%
G=32.57%
B=35.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661701860.110.0900.2722812.6669.02
HexA6AABAB901Be4d45
Octal246252272131103334415105
Binary101001101010101010111010101110010110111110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AABA; }

 p { color: rgb(166,170,186); }

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

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

 a { background-color: rgb(166,170,186); }

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

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

 span { border-color: rgb(166,170,186); }

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