#A6AEBC

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

Shades of Mischka #A6AEBC

Tints of Mischka #A6AEBC

Color information

#A6AEBC (or 0xA6AEBC) is unknown color: approx Mischka. HEX triplet: A6, AE and BC. RGB value is (166,174,188). Sum of RGB (Red+Green+Blue) = 166+174+188=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEBC is #595143. Grayscale: #ADADAD. Windows color (decimal): -5853508 or 12365478. OLE color: 12365478.

HSL color Cylindrical-coordinate representation of color #A6AEBC: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6AEBC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166174188-
CMYK0.120.0700.26
HSL218.18º14.1%69.41%-
HSV(B)218.18º11.7%73.73%-
XYZ39.9442.0153.58-
YUV173.2136.35122.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=31.44%
G=32.95%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661741880.120.0700.26218.1814.169.41
HexA6AEBCC701Adae45
Octal24625627414703233216105
Binary10100110101011101011110011001110110101101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEBC; }

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

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

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

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

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

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

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

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