#AD816D

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

Shades of Medium Wood #AD816D

Tints of Medium Wood #AD816D

Color information

#AD816D (or 0xAD816D) is unknown color: approx Medium Wood. HEX triplet: AD, 81 and 6D. RGB value is (173,129,109). Sum of RGB (Red+Green+Blue) = 173+129+109=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD816D is #527E92. Grayscale: #8C8C8C. Windows color (decimal): -5406355 or 7176621. OLE color: 7176621.

HSL color Cylindrical-coordinate representation of color #AD816D: hue angle of 18.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD816D is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB173129109-
CMYK00.250.370.32
HSL18.75º28.07%55.29%-
HSV(B)18.75º36.99%67.84%-
XYZ27.8425.6917.96-
YUV139.88110.58151.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=42.09%
G=31.39%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312910900.250.370.3218.7528.0755.29
HexAD816D0192520131c37
Octal2552011550314540233467
Binary101011011000000111011010110011001011000001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD816D; }

 p { color: rgb(173,129,109); }

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

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

 a { background-color: rgb(173,129,109); }

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

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

 span { border-color: rgb(173,129,109); }

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