#AD8061

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

Shades of Medium Wood #AD8061

Tints of Medium Wood #AD8061

Color information

#AD8061 (or 0xAD8061) is unknown color: approx Medium Wood. HEX triplet: AD, 80 and 61. RGB value is (173,128,97). Sum of RGB (Red+Green+Blue) = 173+128+97=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8061 is #527F9E. Grayscale: #8A8A8A. Windows color (decimal): -5406623 or 6389933. OLE color: 6389933.

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

Color convert

RGB17312897-
CMYK00.260.440.32
HSL24.47º31.67%52.94%-
HSV(B)24.47º43.93%67.84%-
XYZ27.1125.1914.74-
YUV137.92104.91153.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=43.47%
G=32.16%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731289700.260.440.3224.4731.6752.94
HexAD806101A2C20182035
Octal2552001410325440304065
Binary1010110110000000110000101101010110010000011000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8061; }

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

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

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

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

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

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

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

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