#AD7959

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

Shades of Medium Wood #AD7959

Tints of Medium Wood #AD7959

Color information

#AD7959 (or 0xAD7959) is unknown color: approx Medium Wood. HEX triplet: AD, 79 and 59. RGB value is (173,121,89). Sum of RGB (Red+Green+Blue) = 173+121+89=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7959 is #5286A6. Grayscale: #858585. Windows color (decimal): -5408423 or 5863853. OLE color: 5863853.

HSL color Cylindrical-coordinate representation of color #AD7959: hue angle of 22.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7959 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17312189-
CMYK00.300.490.32
HSL22.86º33.87%51.37%-
HSV(B)22.86º48.55%67.84%-
XYZ25.8723.2812.58-
YUV132.9103.23156.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=45.17%
G=31.59%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731218900.300.490.3222.8633.8751.37
HexAD795901E3120172233
Octal2551711310366140274263
Binary101011011111001101100101111011000110000010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7959; }

 p { color: rgb(173,121,89); }

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

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

 a { background-color: rgb(173,121,89); }

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

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

 span { border-color: rgb(173,121,89); }

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