#ADA19D

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

Shades of Martini #ADA19D

Tints of Martini #ADA19D

Color information

#ADA19D (or 0xADA19D) is unknown color: approx Martini. HEX triplet: AD, A1 and 9D. RGB value is (173,161,157). Sum of RGB (Red+Green+Blue) = 173+161+157=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19D is #525E62. Grayscale: #A4A4A4. Windows color (decimal): -5398115 or 10330541. OLE color: 10330541.

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

Color convert

RGB173161157-
CMYK00.070.090.32
HSL15º8.89%64.71%-
HSV(B)15º9.25%67.84%-
XYZ36.0636.8137.1-
YUV164.13123.98134.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=35.23%
G=32.79%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316115700.070.090.32158.8964.71
HexADA19D07920f941
Octal2552412350711401711101
Binary10101101101000011001110101111001100000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA19D; }

 p { color: rgb(173,161,157); }

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

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

 a { background-color: rgb(173,161,157); }

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

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

 span { border-color: rgb(173,161,157); }

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