#AD8660

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

Shades of Medium Wood #AD8660

Tints of Medium Wood #AD8660

Color information

#AD8660 (or 0xAD8660) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 60. RGB value is (173,134,96). Sum of RGB (Red+Green+Blue) = 173+134+96=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8660 is #52799F. Grayscale: #8D8D8D. Windows color (decimal): -5405088 or 6325933. OLE color: 6325933.

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

Color convert

RGB17313496-
CMYK00.230.450.32
HSL29.61º31.95%52.75%-
HSV(B)29.61º44.51%67.84%-
XYZ27.8726.7814.77-
YUV141.33102.42150.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=42.93%
G=33.25%
B=23.82%

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
Decimal1731349600.230.450.3229.6131.9552.75
HexAD86600172D201e2035
Octal2552061400275540364065
Binary1010110110000110110000001011110110110000011110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8660; }

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

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

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

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

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

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

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

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