#ADA29B

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

Shades of Martini #ADA29B

Tints of Martini #ADA29B

Color information

#ADA29B (or 0xADA29B) is unknown color: approx Martini. HEX triplet: AD, A2 and 9B. RGB value is (173,162,155). Sum of RGB (Red+Green+Blue) = 173+162+155=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA29B is #525D64. Grayscale: #A4A4A4. Windows color (decimal): -5397861 or 10199725. OLE color: 10199725.

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

Color convert

RGB173162155-
CMYK00.060.100.32
HSL23.33º9.89%64.31%-
HSV(B)23.33º10.4%67.84%-
XYZ36.0737.0936.27-
YUV164.49122.64134.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=35.31%
G=33.06%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316215500.060.100.3223.339.8964.31
HexADA29B06A2017a40
Octal2552422330612402712100
Binary101011011010001010011011011010101000001011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA29B; }

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

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

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

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

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

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

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

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