#ADA19E

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

Shades of Martini #ADA19E

Tints of Martini #ADA19E

Color information

#ADA19E (or 0xADA19E) is unknown color: approx Martini. HEX triplet: AD, A1 and 9E. RGB value is (173,161,158). Sum of RGB (Red+Green+Blue) = 173+161+158=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19E is #525E61. Grayscale: #A4A4A4. Windows color (decimal): -5398114 or 10396077. OLE color: 10396077.

HSL color Cylindrical-coordinate representation of color #ADA19E: hue angle of 12º degrees, saturation: 0.08, 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 #ADA19E is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173161158-
CMYK00.070.090.32
HSL12º8.38%64.9%-
HSV(B)12º8.67%67.84%-
XYZ36.1536.8437.55-
YUV164.25124.48134.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=35.16%
G=32.72%
B=32.11%

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
Decimal17316115800.070.090.32128.3864.9
HexADA19E07920c841
Octal2552412360711401410101
Binary10101101101000011001111001111001100000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA19E; }

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

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

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

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

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

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

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

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