Html Css Color HEX #ADA49F Martini

📋 copy color: '#ADA49F'

red 173 ◦ green 164 ◦ blue 159

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

Shades of Martini #ADA49F

Tints of Martini #ADA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.06%

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 34.88%
G = 33.06%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADA49F (or 0xADA49F) is known color: Martini. HEX triplet: AD, A4 and 9F. RGB value is (173,164,159). Sum of RGB (Red+Green+Blue) = 173+164+159=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA49F is #525B60. Grayscale: #A6A6A6. Windows color (decimal): -5397345 or 10462381. OLE color: 10462381.

HSL color Cylindrical-coordinate representation of color #ADA49F: hue angle of 21.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA49F is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 159 -
CMYK 0 0.05 0.08 0.32
HSL 21.43º 0.08% 0.65% -
HSV(B) 21.43º 0.08% 0.68% -
XYZ 36.77 37.94 38.19 -
YUV 166.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 173 164 159 0 0.05 0.08 0.32 21.43 0.08 0.65
Hex AD A4 9F 0 5 8 20 15 8 41
Octal 255 244 237 0 5 10 40 25 10 101
Binary 10101101 10100100 10011111 0 101 1000 100000 10101 1000 1000001

Color Harmonies of #ADA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA49F

Black with #ADA49F

Text Example


Text Example

White with #ADA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA49F; }

 p { color: rgb(173,164,159); }

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

background-color css

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

 a { background-color: rgb(173,164,159); }

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

border-color css

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

 span { border-color: rgb(173,164,159); }

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