Html Css Color HEX #ADA6A4 Martini

📋 copy color: '#ADA6A4'

red 173 ◦ green 166 ◦ blue 164

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

Shades of Martini #ADA6A4

Tints of Martini #ADA6A4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33%

 BLUE value IS 164 (64.45% from 255) = 32.6%

R = 34.39%
G = 33%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ADA6A4 (or 0xADA6A4) is known color: Martini. HEX triplet: AD, A6 and A4. RGB value is (173,166,164). Sum of RGB (Red+Green+Blue) = 173+166+164=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA6A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6A4 is #52595B. Grayscale: #A7A7A7. Windows color (decimal): -5396828 or 10790573. OLE color: 10790573.

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

Color convert

RGB 173 166 164 -
CMYK 0 0.04 0.05 0.32
HSL 13.33º 0.05% 0.66% -
HSV(B) 13.33º 0.05% 0.68% -
XYZ 37.57 38.84 40.64 -
YUV 167.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 173 166 164 0 0.04 0.05 0.32 13.33 0.05 0.66
Hex AD A6 A4 0 4 5 20 D 5 42
Octal 255 246 244 0 4 5 40 15 5 102
Binary 10101101 10100110 10100100 0 100 101 100000 1101 101 1000010

Color Harmonies of #ADA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6A4

Black with #ADA6A4

Text Example


Text Example

White with #ADA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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