#ADA29D

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

Shades of Martini #ADA29D

Tints of Martini #ADA29D

Color information

#ADA29D (or 0xADA29D) is unknown color: approx Martini. HEX triplet: AD, A2 and 9D. RGB value is (173,162,157). Sum of RGB (Red+Green+Blue) = 173+162+157=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA29D is #525D62. Grayscale: #A4A4A4. Windows color (decimal): -5397859 or 10330797. OLE color: 10330797.

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

Color convert

RGB173162157-
CMYK00.060.090.32
HSL18.75º8.89%64.71%-
HSV(B)18.75º9.25%67.84%-
XYZ36.2437.1637.16-
YUV164.72123.64133.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=35.16%
G=32.93%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316215700.060.090.3218.758.8964.71
HexADA29D0692013941
Octal2552422350611402311101
Binary101011011010001010011101011010011000001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA29D; }

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

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

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

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

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

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

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

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