#A6AEBA

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

Shades of Mischka #A6AEBA

Tints of Mischka #A6AEBA

Color information

#A6AEBA (or 0xA6AEBA) is unknown color: approx Mischka. HEX triplet: A6, AE and BA. RGB value is (166,174,186). Sum of RGB (Red+Green+Blue) = 166+174+186=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEBA is #595145. Grayscale: #ACACAC. Windows color (decimal): -5853510 or 12234406. OLE color: 12234406.

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

Color convert

RGB166174186-
CMYK0.110.0600.27
HSL216º12.66%69.02%-
HSV(B)216º10.75%72.94%-
XYZ39.7241.9252.45-
YUV172.98135.35123.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=31.56%
G=33.08%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661741860.110.0600.2721612.6669.02
HexA6AEBAB601Bd8d45
Octal24625627213603333015105
Binary10100110101011101011101010111100110111101100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEBA; }

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

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

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

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

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

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

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

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