#ADA39F

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

Shades of Martini #ADA39F

Tints of Martini #ADA39F

Color information

#ADA39F (or 0xADA39F) is unknown color: approx Martini. HEX triplet: AD, A3 and 9F. RGB value is (173,163,159). Sum of RGB (Red+Green+Blue) = 173+163+159=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA39F is #525C60. Grayscale: #A5A5A5. Windows color (decimal): -5397601 or 10462125. OLE color: 10462125.

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

Color convert

RGB173163159-
CMYK00.060.080.32
HSL17.14º7.87%65.1%-
HSV(B)17.14º8.09%67.84%-
XYZ36.5937.5838.13-
YUV165.53124.31133.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=34.95%
G=32.93%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316315900.060.080.3217.147.8765.1
HexADA39F0682011841
Octal2552432370610402110101
Binary101011011010001110011111011010001000001000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA39F; }

 p { color: rgb(173,163,159); }

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

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

 a { background-color: rgb(173,163,159); }

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

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

 span { border-color: rgb(173,163,159); }

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