#ADA8A7

Color #ADA8A7 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #ADA8A7

Tints of Martini #ADA8A7

Color information

#ADA8A7 (or 0xADA8A7) is unknown color: approx Martini. HEX triplet: AD, A8 and A7. RGB value is (173,168,167). Sum of RGB (Red+Green+Blue) = 173+168+167=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A7 is #525758. Grayscale: #A9A9A9. Windows color (decimal): -5396313 or 10987693. OLE color: 10987693.

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

Color convert

RGB173168167-
CMYK00.030.030.32
HSL10º3.53%66.67%-
HSV(B)10º3.47%67.84%-
XYZ38.2139.6842.2-
YUV169.38126.66130.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=34.06%
G=33.07%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316816700.030.030.32103.5366.67
HexADA8A703320a443
Octal25525024703340124103
Binary1010110110101000101001110111110000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8A7; }

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

 H1.HeaderClassName
 {
   color: #ADA8A7;
 }
 .AnyTagClassName
 {
   color: #ADA8A7;
 }
</style>
background-color css

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

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

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

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

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

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