#AD816E

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

Shades of Medium Wood #AD816E

Tints of Medium Wood #AD816E

Color information

#AD816E (or 0xAD816E) is unknown color: approx Medium Wood. HEX triplet: AD, 81 and 6E. RGB value is (173,129,110). Sum of RGB (Red+Green+Blue) = 173+129+110=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD816E is #527E91. Grayscale: #8C8C8C. Windows color (decimal): -5406354 or 7242157. OLE color: 7242157.

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

Color convert

RGB173129110-
CMYK00.250.360.32
HSL18.1º27.75%55.49%-
HSV(B)18.1º36.42%67.84%-
XYZ27.925.7118.24-
YUV139.99111.08151.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=41.99%
G=31.31%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312911000.250.360.3218.127.7555.49
HexAD816E0192420121c37
Octal2552011560314440223467
Binary101011011000000111011100110011001001000001001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD816E; }

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

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

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

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

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

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

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

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