Html Css Color HEX #AD9F9B Martini

📋 copy color: '#AD9F9B'

red 173 ◦ green 159 ◦ blue 155

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

Shades of Martini #AD9F9B

Tints of Martini #AD9F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.65%

 BLUE value IS 155 (60.94% from 255) = 31.83%

R = 35.52%
G = 32.65%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD9F9B (or 0xAD9F9B) is known color: Martini. HEX triplet: AD, 9F and 9B. RGB value is (173,159,155). Sum of RGB (Red+Green+Blue) = 173+159+155=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F9B is #526064. Grayscale: #A2A2A2. Windows color (decimal): -5398629 or 10198957. OLE color: 10198957.

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

Color convert

RGB 173 159 155 -
CMYK 0 0.08 0.10 0.32
HSL 13.33º 0.1% 0.64% -
HSV(B) 13.33º 0.1% 0.68% -
XYZ 35.55 36.05 36.09 -
YUV 162.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 173 159 155 0 0.08 0.10 0.32 13.33 0.1 0.64
Hex AD 9F 9B 0 8 A 20 D A 40
Octal 255 237 233 0 10 12 40 15 12 100
Binary 10101101 10011111 10011011 0 1000 1010 100000 1101 1010 1000000

Color Harmonies of #AD9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F9B

Black with #AD9F9B

Text Example


Text Example

White with #AD9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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