#A6AFBA

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

Shades of Mischka #A6AFBA

Tints of Mischka #A6AFBA

Color information

#A6AFBA (or 0xA6AFBA) is unknown color: approx Mischka. HEX triplet: A6, AF and BA. RGB value is (166,175,186). Sum of RGB (Red+Green+Blue) = 166+175+186=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFBA is #595045. Grayscale: #ADADAD. Windows color (decimal): -5853254 or 12234662. OLE color: 12234662.

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

Color convert

RGB166175186-
CMYK0.110.0600.27
HSL213º12.66%69.02%-
HSV(B)213º10.75%72.94%-
XYZ39.9242.3152.52-
YUV173.56135.02122.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=31.50%
G=33.21%
B=35.29%

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
Decimal1661751860.110.0600.2721312.6669.02
HexA6AFBAB601Bd5d45
Octal24625727213603332515105
Binary10100110101011111011101010111100110111101010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFBA; }

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

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

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

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

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

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

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

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