Html Css Color HEX #ADA09D Martini

📋 copy color: '#ADA09D'

red 173 ◦ green 160 ◦ blue 157

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

Shades of Martini #ADA09D

Tints of Martini #ADA09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.65%

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

R = 35.31%
G = 32.65%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA09D (or 0xADA09D) is known color: Martini. HEX triplet: AD, A0 and 9D. RGB value is (173,160,157). Sum of RGB (Red+Green+Blue) = 173+160+157=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA09D is #525F62. Grayscale: #A3A3A3. Windows color (decimal): -5398371 or 10330285. OLE color: 10330285.

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

Color convert

RGB 173 160 157 -
CMYK 0 0.08 0.09 0.32
HSL 11.25º 0.09% 0.65% -
HSV(B) 11.25º 0.09% 0.68% -
XYZ 35.89 36.46 37.04 -
YUV 163.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 173 160 157 0 0.08 0.09 0.32 11.25 0.09 0.65
Hex AD A0 9D 0 8 9 20 B 9 41
Octal 255 240 235 0 10 11 40 13 11 101
Binary 10101101 10100000 10011101 0 1000 1001 100000 1011 1001 1000001

Color Harmonies of #ADA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA09D

Black with #ADA09D

Text Example


Text Example

White with #ADA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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