Html Css Color HEX #ADA29E Martini

📋 copy color: '#ADA29E'

red 173 ◦ green 162 ◦ blue 158

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

Shades of Martini #ADA29E

Tints of Martini #ADA29E

RGB

 RED value IS 173 (67.97% from 255) = 35.09%

 GREEN value IS 162 (63.67% from 255) = 32.86%

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 35.09%
G = 32.86%
B = 32.05%

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

#ADA29E (or 0xADA29E) is known color: Martini. HEX triplet: AD, A2 and 9E. RGB value is (173,162,158). Sum of RGB (Red+Green+Blue) = 173+162+158=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA29E is #525D61. Grayscale: #A4A4A4. Windows color (decimal): -5397858 or 10396333. OLE color: 10396333.

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

Color convert

RGB 173 162 158 -
CMYK 0 0.06 0.09 0.32
HSL 16º 0.08% 0.65% -
HSV(B) 16º 0.09% 0.68% -
XYZ 36.33 37.19 37.61 -
YUV 164.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 173 162 158 0 0.06 0.09 0.32 16 0.08 0.65
Hex AD A2 9E 0 6 9 20 10 8 41
Octal 255 242 236 0 6 11 40 20 10 101
Binary 10101101 10100010 10011110 0 110 1001 100000 10000 1000 1000001

Color Harmonies of #ADA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA29E

Black with #ADA29E

Text Example


Text Example

White with #ADA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA29E; }

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

 H1.HeaderClassName
 {
   color: #ADA29E;
 }
 .AnyTagClassName
 {
   color: #ADA29E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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