#AD8561

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

Shades of Medium Wood #AD8561

Tints of Medium Wood #AD8561

Color information

#AD8561 (or 0xAD8561) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 61. RGB value is (173,133,97). Sum of RGB (Red+Green+Blue) = 173+133+97=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8561 is #527A9E. Grayscale: #8D8D8D. Windows color (decimal): -5405343 or 6391213. OLE color: 6391213.

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

Color convert

RGB17313397-
CMYK00.230.440.32
HSL28.42º31.67%52.94%-
HSV(B)28.42º43.93%67.84%-
XYZ27.7826.5214.96-
YUV140.86103.25150.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=42.93%
G=33.00%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731339700.230.440.3228.4231.6752.94
HexAD85610172C201c2035
Octal2552051410275440344065
Binary1010110110000101110000101011110110010000011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8561; }

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

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

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

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

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

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

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

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