#ADA09D

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

Shades of Martini #ADA09D

Tints of Martini #ADA09D

Color information

#ADA09D (or 0xADA09D) is unknown color: approx Martini. HEX triplet: AD, A0 and 9D. RGB value is (173,160,157). Sum of RGB (Red+Green+Blue) = 173+160+157=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA09D is #525F62. Grayscale: #A3A3A3. Windows color (decimal): -5398371 or 10330285. OLE color: 10330285.

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

Color convert

RGB173160157-
CMYK00.080.090.32
HSL11.25º8.89%64.71%-
HSV(B)11.25º9.25%67.84%-
XYZ35.8936.4637.04-
YUV163.54124.31134.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=35.31%
G=32.65%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316015700.080.090.3211.258.8964.71
HexADA09D08920b941
Octal25524023501011401311101
Binary101011011010000010011101010001001100000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA09D; }

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

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

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

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

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

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

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

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