#ADA8A6

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

Shades of Martini #ADA8A6

Tints of Martini #ADA8A6

Color information

#ADA8A6 (or 0xADA8A6) is unknown color: approx Martini. HEX triplet: AD, A8 and A6. RGB value is (173,168,166). Sum of RGB (Red+Green+Blue) = 173+168+166=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A6 is #525759. Grayscale: #A9A9A9. Windows color (decimal): -5396314 or 10922157. OLE color: 10922157.

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

Color convert

RGB173168166-
CMYK00.030.040.32
HSL17.14º4.09%66.47%-
HSV(B)17.14º4.05%67.84%-
XYZ38.1239.6441.72-
YUV169.27126.16130.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316816600.030.040.3217.144.0966.47
HexADA8A60342011442
Octal25525024603440214102
Binary101011011010100010100110011100100000100011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8A6; }

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

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

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

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

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

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

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

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