Html Css Color HEX #ADA7A4 Martini

📋 copy color: '#ADA7A4'

red 173 ◦ green 167 ◦ blue 164

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

Shades of Martini #ADA7A4

Tints of Martini #ADA7A4

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.13%

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

R = 34.33%
G = 33.13%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ADA7A4 (or 0xADA7A4) is known color: Martini. HEX triplet: AD, A7 and A4. RGB value is (173,167,164). Sum of RGB (Red+Green+Blue) = 173+167+164=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA7A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7A4 is #52585B. Grayscale: #A8A8A8. Windows color (decimal): -5396572 or 10790829. OLE color: 10790829.

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

Color convert

RGB 173 167 164 -
CMYK 0 0.03 0.05 0.32
HSL 20º 0.05% 0.66% -
HSV(B) 20º 0.05% 0.68% -
XYZ 37.75 39.2 40.7 -
YUV 168.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 173 167 164 0 0.03 0.05 0.32 20 0.05 0.66
Hex AD A7 A4 0 3 5 20 14 5 42
Octal 255 247 244 0 3 5 40 24 5 102
Binary 10101101 10100111 10100100 0 11 101 100000 10100 101 1000010

Color Harmonies of #ADA7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7A4

Black with #ADA7A4

Text Example


Text Example

White with #ADA7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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