#A6AFBD

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

Shades of Mischka #A6AFBD

Tints of Mischka #A6AFBD

Color information

#A6AFBD (or 0xA6AFBD) is unknown color: approx Mischka. HEX triplet: A6, AF and BD. RGB value is (166,175,189). Sum of RGB (Red+Green+Blue) = 166+175+189=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #A6AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFBD is #595042. Grayscale: #ADADAD. Windows color (decimal): -5853251 or 12431270. OLE color: 12431270.

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

Color convert

RGB166175189-
CMYK0.120.0700.26
HSL216.52º14.84%69.61%-
HSV(B)216.52º12.17%74.12%-
XYZ40.2442.4454.22-
YUV173.9136.52122.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=31.32%
G=33.02%
B=35.66%

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
Decimal1661751890.120.0700.26216.5214.8469.61
HexA6AFBDC701Ad9f46
Octal24625727514703233117106
Binary10100110101011111011110111001110110101101100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFBD; }

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

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

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

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

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

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

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

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