#AD8059

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

Shades of Medium Wood #AD8059

Tints of Medium Wood #AD8059

Color information

#AD8059 (or 0xAD8059) is unknown color: approx Medium Wood. HEX triplet: AD, 80 and 59. RGB value is (173,128,89). Sum of RGB (Red+Green+Blue) = 173+128+89=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8059 is #527FA6. Grayscale: #898989. Windows color (decimal): -5406631 or 5865645. OLE color: 5865645.

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

Color convert

RGB17312889-
CMYK00.260.490.32
HSL27.86º33.87%51.37%-
HSV(B)27.86º48.55%67.84%-
XYZ26.7625.0412.87-
YUV137.01100.91153.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 89 (35.16% from 255) = 22.82%
R=44.36%
G=32.82%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731288900.260.490.3227.8633.8751.37
HexAD805901A31201c2233
Octal2552001310326140344263
Binary1010110110000000101100101101011000110000011100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8059; }

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

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

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

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

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

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

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

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