#A6AFBE

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

Shades of Mischka #A6AFBE

Tints of Mischka #A6AFBE

Color information

#A6AFBE (or 0xA6AFBE) is unknown color: approx Mischka. HEX triplet: A6, AF and BE. RGB value is (166,175,190). Sum of RGB (Red+Green+Blue) = 166+175+190=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFBE is #595041. Grayscale: #ADADAD. Windows color (decimal): -5853250 or 12496806. OLE color: 12496806.

HSL color Cylindrical-coordinate representation of color #A6AFBE: hue angle of 217.5º 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 #A6AFBE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166175190-
CMYK0.130.0800.25
HSL217.5º15.58%69.8%-
HSV(B)217.5º12.63%74.51%-
XYZ40.3542.4854.79-
YUV174.02137.02122.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=31.26%
G=32.96%
B=35.78%

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
Decimal1661751900.130.0800.25217.515.5869.8
HexA6AFBED8019da1046
Octal246257276151003133220106
Binary1010011010101111101111101101100001100111011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFBE; }

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

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

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

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

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

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

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

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