#AD8861

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

Shades of Medium Wood #AD8861

Tints of Medium Wood #AD8861

Color information

#AD8861 (or 0xAD8861) is unknown color: approx Medium Wood. HEX triplet: AD, 88 and 61. RGB value is (173,136,97). Sum of RGB (Red+Green+Blue) = 173+136+97=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8861 is #52779E. Grayscale: #8E8E8E. Windows color (decimal): -5404575 or 6391981. OLE color: 6391981.

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

Color convert

RGB17313697-
CMYK00.210.440.32
HSL30.79º31.67%52.94%-
HSV(B)30.79º43.93%67.84%-
XYZ28.227.3615.1-
YUV142.62102.26149.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=42.61%
G=33.50%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731369700.210.440.3230.7931.6752.94
HexAD88610152C201f2035
Octal2552101410255440374065
Binary1010110110001000110000101010110110010000011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8861; }

 p { color: rgb(173,136,97); }

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

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

 a { background-color: rgb(173,136,97); }

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

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

 span { border-color: rgb(173,136,97); }

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