#AD805B

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

Shades of Medium Wood #AD805B

Tints of Medium Wood #AD805B

Color information

#AD805B (or 0xAD805B) is unknown color: approx Medium Wood. HEX triplet: AD, 80 and 5B. RGB value is (173,128,91). Sum of RGB (Red+Green+Blue) = 173+128+91=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD805B is #527FA4. Grayscale: #898989. Windows color (decimal): -5406629 or 5996717. OLE color: 5996717.

HSL color Cylindrical-coordinate representation of color #AD805B: hue angle of 27.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD805B is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17312891-
CMYK00.260.470.32
HSL27.07º33.33%51.76%-
HSV(B)27.07º47.4%67.84%-
XYZ26.8425.0813.32-
YUV137.24101.91153.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=44.13%
G=32.65%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731289100.260.470.3227.0733.3351.76
HexAD805B01A2F201b2134
Octal2552001330325740334164
Binary1010110110000000101101101101010111110000011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD805B; }

 p { color: rgb(173,128,91); }

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

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

 a { background-color: rgb(173,128,91); }

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

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

 span { border-color: rgb(173,128,91); }

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