#AD8761

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

Shades of Medium Wood #AD8761

Tints of Medium Wood #AD8761

Color information

#AD8761 (or 0xAD8761) is unknown color: approx Medium Wood. HEX triplet: AD, 87 and 61. RGB value is (173,135,97). Sum of RGB (Red+Green+Blue) = 173+135+97=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8761 is #52789E. Grayscale: #8E8E8E. Windows color (decimal): -5404831 or 6391725. OLE color: 6391725.

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

Color convert

RGB17313597-
CMYK00.220.440.32
HSL30º31.67%52.94%-
HSV(B)30º43.93%67.84%-
XYZ28.0627.0815.06-
YUV142.03102.59150.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=42.72%
G=33.33%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731359700.220.440.323031.6752.94
HexAD87610162C201e2035
Octal2552071410265440364065
Binary1010110110000111110000101011010110010000011110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8761; }

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

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

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

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

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

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

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

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