Html Css Color HEX #ADA19E Martini

📋 copy color: '#ADA19E'

red 173 ◦ green 161 ◦ blue 158

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

Shades of Martini #ADA19E

Tints of Martini #ADA19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

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

R = 35.16%
G = 32.72%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA19E (or 0xADA19E) is known color: Martini. HEX triplet: AD, A1 and 9E. RGB value is (173,161,158). Sum of RGB (Red+Green+Blue) = 173+161+158=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19E is #525E61. Grayscale: #A4A4A4. Windows color (decimal): -5398114 or 10396077. OLE color: 10396077.

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

Color convert

RGB 173 161 158 -
CMYK 0 0.07 0.09 0.32
HSL 12º 0.08% 0.65% -
HSV(B) 12º 0.09% 0.68% -
XYZ 36.15 36.84 37.55 -
YUV 164.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 173 161 158 0 0.07 0.09 0.32 12 0.08 0.65
Hex AD A1 9E 0 7 9 20 C 8 41
Octal 255 241 236 0 7 11 40 14 10 101
Binary 10101101 10100001 10011110 0 111 1001 100000 1100 1000 1000001

Color Harmonies of #ADA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA19E

Black with #ADA19E

Text Example


Text Example

White with #ADA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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