#A6AFBF

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

Shades of Mischka #A6AFBF

Tints of Mischka #A6AFBF

Color information

#A6AFBF (or 0xA6AFBF) is unknown color: approx Mischka. HEX triplet: A6, AF and BF. RGB value is (166,175,191). Sum of RGB (Red+Green+Blue) = 166+175+191=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFBF is #595040. Grayscale: #AEAEAE. Windows color (decimal): -5853249 or 12562342. OLE color: 12562342.

HSL color Cylindrical-coordinate representation of color #A6AFBF: hue angle of 218.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6AFBF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166175191-
CMYK0.130.0800.25
HSL218.4º16.34%70%-
HSV(B)218.4º13.09%74.9%-
XYZ40.4642.5355.37-
YUV174.13137.52122.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 191 (75% from 255) = 35.90%
R=31.20%
G=32.89%
B=35.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661751910.130.0800.25218.416.3470
HexA6AFBFD8019da1046
Octal246257277151003133220106
Binary1010011010101111101111111101100001100111011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFBF; }

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

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

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

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

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

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

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

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