Html Css Color HEX #ADA8A6 Martini

📋 copy color: '#ADA8A6'

red 173 ◦ green 168 ◦ blue 166

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

Shades of Martini #ADA8A6

Tints of Martini #ADA8A6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 34.12%
G = 33.14%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#ADA8A6 (or 0xADA8A6) is known color: Martini. HEX triplet: AD, A8 and A6. RGB value is (173,168,166). Sum of RGB (Red+Green+Blue) = 173+168+166=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A6 is #525759. Grayscale: #A9A9A9. Windows color (decimal): -5396314 or 10922157. OLE color: 10922157.

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

Color convert

RGB 173 168 166 -
CMYK 0 0.03 0.04 0.32
HSL 17.14º 0.04% 0.66% -
HSV(B) 17.14º 0.04% 0.68% -
XYZ 38.12 39.64 41.72 -
YUV 169.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 173 168 166 0 0.03 0.04 0.32 17.14 0.04 0.66
Hex AD A8 A6 0 3 4 20 11 4 42
Octal 255 250 246 0 3 4 40 21 4 102
Binary 10101101 10101000 10100110 0 11 100 100000 10001 100 1000010

Color Harmonies of #ADA8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8A6

Black with #ADA8A6

Text Example


Text Example

White with #ADA8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8A6; }

 p { color: rgb(173,168,166); }

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

background-color css

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

 a { background-color: rgb(173,168,166); }

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

border-color css

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

 span { border-color: rgb(173,168,166); }

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