#A6A8AD

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

Shades of Mischka #A6A8AD

Tints of Mischka #A6A8AD

Color information

#A6A8AD (or 0xA6A8AD) is unknown color: approx Mischka. HEX triplet: A6, A8 and AD. RGB value is (166,168,173). Sum of RGB (Red+Green+Blue) = 166+168+173=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 173 - color contains mainly: blue. Hex color #A6A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A8AD is #595752. Grayscale: #A7A7A7. Windows color (decimal): -5855059 or 11380902. OLE color: 11380902.

HSL color Cylindrical-coordinate representation of color #A6A8AD: hue angle of 222.86º 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 #A6A8AD is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166168173-
CMYK0.040.0300.32
HSL222.86º4.09%66.47%-
HSV(B)222.86º4.05%67.84%-
XYZ37.2739.1345.12-
YUV167.97130.84126.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=32.74%
G=33.14%
B=34.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661681730.040.0300.32222.864.0966.47
HexA6A8AD43020df442
Octal246250255430403374102
Binary101001101010100010101101100110100000110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A8AD; }

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

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

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

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

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

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

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

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