#A6A9AD

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

Shades of Mischka #A6A9AD

Tints of Mischka #A6A9AD

Color information

#A6A9AD (or 0xA6A9AD) is unknown color: approx Mischka. HEX triplet: A6, A9 and AD. RGB value is (166,169,173). Sum of RGB (Red+Green+Blue) = 166+169+173=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 173 - color contains mainly: blue. Hex color #A6A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A9AD is #595652. Grayscale: #A8A8A8. Windows color (decimal): -5854803 or 11381158. OLE color: 11381158.

HSL color Cylindrical-coordinate representation of color #A6A9AD: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A6A9AD is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166169173-
CMYK0.040.0200.32
HSL214.29º4.09%66.47%-
HSV(B)214.29º4.05%67.84%-
XYZ37.4639.545.19-
YUV168.56130.51126.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=32.68%
G=33.27%
B=34.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661691730.040.0200.32214.294.0966.47
HexA6A9AD42020d6442
Octal246251255420403264102
Binary101001101010100110101101100100100000110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A9AD; }

 p { color: rgb(166,169,173); }

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

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

 a { background-color: rgb(166,169,173); }

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

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

 span { border-color: rgb(166,169,173); }

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