Html Css Color HEX #ADA29D Martini

📋 copy color: '#ADA29D'

red 173 ◦ green 162 ◦ blue 157

#ADA29D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martini #ADA29D

Tints of Martini #ADA29D

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 value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA29D (or 0xADA29D) is known color: 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

RGB 173 162 157 -
CMYK 0 0.06 0.09 0.32
HSL 18.75º 0.09% 0.65% -
HSV(B) 18.75º 0.09% 0.68% -
XYZ 36.24 37.16 37.16 -
YUV 164.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 173 162 157 0 0.06 0.09 0.32 18.75 0.09 0.65
Hex AD A2 9D 0 6 9 20 13 9 41
Octal 255 242 235 0 6 11 40 23 11 101
Binary 10101101 10100010 10011101 0 110 1001 100000 10011 1001 1000001

Color Harmonies of #ADA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA29D

Black with #ADA29D

Text Example


Text Example

White with #ADA29D

Text Example


Text Example

HTML Codes & Css Web 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>