#AD8760

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

Shades of Medium Wood #AD8760

Tints of Medium Wood #AD8760

Color information

#AD8760 (or 0xAD8760) is unknown color: approx Medium Wood. HEX triplet: AD, 87 and 60. RGB value is (173,135,96). Sum of RGB (Red+Green+Blue) = 173+135+96=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8760 is #52789F. Grayscale: #8E8E8E. Windows color (decimal): -5404832 or 6326189. OLE color: 6326189.

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

Color convert

RGB17313596-
CMYK00.220.450.32
HSL30.39º31.95%52.75%-
HSV(B)30.39º44.51%67.84%-
XYZ28.0127.0614.81-
YUV141.92102.09150.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=42.82%
G=33.42%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731359600.220.450.3230.3931.9552.75
HexAD87600162D201e2035
Octal2552071400265540364065
Binary1010110110000111110000001011010110110000011110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8760; }

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

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

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

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

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

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

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

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