#ADA9A7

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

Shades of Martini #ADA9A7

Tints of Martini #ADA9A7

Color information

#ADA9A7 (or 0xADA9A7) is unknown color: approx Martini. HEX triplet: AD, A9 and A7. RGB value is (173,169,167). Sum of RGB (Red+Green+Blue) = 173+169+167=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A7 is #525658. Grayscale: #A9A9A9. Windows color (decimal): -5396057 or 10987949. OLE color: 10987949.

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

Color convert

RGB173169167-
CMYK00.020.030.32
HSL20º3.53%66.67%-
HSV(B)20º3.47%67.84%-
XYZ38.440.0542.27-
YUV169.97126.33130.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=33.99%
G=33.20%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316916700.020.030.32203.5366.67
HexADA9A70232014443
Octal25525124702340244103
Binary10101101101010011010011101011100000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9A7; }

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

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

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

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

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

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

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

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