Html Css Color HEX #ADA9A7 Martini

📋 copy color: '#ADA9A7'

red 173 ◦ green 169 ◦ blue 167

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

Shades of Martini #ADA9A7

Tints of Martini #ADA9A7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.2%

 BLUE value IS 167 (65.63% from 255) = 32.81%

R = 33.99%
G = 33.2%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#ADA9A7 (or 0xADA9A7) is known color: Martini. HEX triplet: AD, A9 and A7. RGB value is (173,169,167). Sum of RGB (Red+Green+Blue) = 173+169+167=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A7 is #525658. Grayscale: #A9A9A9. Windows color (decimal): -5396057 or 10987949. OLE color: 10987949.

HSL color Cylindrical-coordinate representation of color #ADA9A7: hue angle of 20º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADA9A7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 169 167 -
CMYK 0 0.02 0.03 0.32
HSL 20º 0.04% 0.67% -
HSV(B) 20º 0.03% 0.68% -
XYZ 38.4 40.05 42.27 -
YUV 169.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 173 169 167 0 0.02 0.03 0.32 20 0.04 0.67
Hex AD A9 A7 0 2 3 20 14 4 43
Octal 255 251 247 0 2 3 40 24 4 103
Binary 10101101 10101001 10100111 0 10 11 100000 10100 100 1000011

Color Harmonies of #ADA9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9A7

Black with #ADA9A7

Text Example


Text Example

White with #ADA9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9A7; }

 p { color: rgb(173,169,167); }

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

background-color css

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

 a { background-color: rgb(173,169,167); }

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

border-color css

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

 span { border-color: rgb(173,169,167); }

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