#A6AFBB

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

Shades of Mischka #A6AFBB

Tints of Mischka #A6AFBB

Color information

#A6AFBB (or 0xA6AFBB) is unknown color: approx Mischka. HEX triplet: A6, AF and BB. RGB value is (166,175,187). Sum of RGB (Red+Green+Blue) = 166+175+187=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFBB is #595044. Grayscale: #ADADAD. Windows color (decimal): -5853253 or 12300198. OLE color: 12300198.

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

Color convert

RGB166175187-
CMYK0.110.0600.27
HSL214.29º13.38%69.22%-
HSV(B)214.29º11.23%73.33%-
XYZ40.0342.3553.08-
YUV173.68135.52122.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=31.44%
G=33.14%
B=35.42%

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
Decimal1661751870.110.0600.27214.2913.3869.22
HexA6AFBBB601Bd6d45
Octal24625727313603332615105
Binary10100110101011111011101110111100110111101011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFBB; }

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

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

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

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

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

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

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

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