Html Css Color HEX #ADA19D Martini

📋 copy color: '#ADA19D'

red 173 ◦ green 161 ◦ blue 157

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

Shades of Martini #ADA19D

Tints of Martini #ADA19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 35.23%
G = 32.79%
B = 31.98%

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

#ADA19D (or 0xADA19D) is known color: Martini. HEX triplet: AD, A1 and 9D. RGB value is (173,161,157). Sum of RGB (Red+Green+Blue) = 173+161+157=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19D is #525E62. Grayscale: #A4A4A4. Windows color (decimal): -5398115 or 10330541. OLE color: 10330541.

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

Color convert

RGB 173 161 157 -
CMYK 0 0.07 0.09 0.32
HSL 15º 0.09% 0.65% -
HSV(B) 15º 0.09% 0.68% -
XYZ 36.06 36.81 37.1 -
YUV 164.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 173 161 157 0 0.07 0.09 0.32 15 0.09 0.65
Hex AD A1 9D 0 7 9 20 F 9 41
Octal 255 241 235 0 7 11 40 17 11 101
Binary 10101101 10100001 10011101 0 111 1001 100000 1111 1001 1000001

Color Harmonies of #ADA19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA19D

Black with #ADA19D

Text Example


Text Example

White with #ADA19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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