#AD8560

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

Shades of Medium Wood #AD8560

Tints of Medium Wood #AD8560

Color information

#AD8560 (or 0xAD8560) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 60. RGB value is (173,133,96). Sum of RGB (Red+Green+Blue) = 173+133+96=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8560 is #527A9F. Grayscale: #8C8C8C. Windows color (decimal): -5405344 or 6325677. OLE color: 6325677.

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

Color convert

RGB17313396-
CMYK00.230.450.32
HSL28.83º31.95%52.75%-
HSV(B)28.83º44.51%67.84%-
XYZ27.7326.514.72-
YUV140.74102.75151.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=43.03%
G=33.08%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731339600.230.450.3228.8331.9552.75
HexAD85600172D201d2035
Octal2552051400275540354065
Binary1010110110000101110000001011110110110000011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8560; }

 p { color: rgb(173,133,96); }

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

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

 a { background-color: rgb(173,133,96); }

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

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

 span { border-color: rgb(173,133,96); }

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