#AD846F

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

Shades of Medium Wood #AD846F

Tints of Medium Wood #AD846F

Color information

#AD846F (or 0xAD846F) is unknown color: approx Medium Wood. HEX triplet: AD, 84 and 6F. RGB value is (173,132,111). Sum of RGB (Red+Green+Blue) = 173+132+111=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD846F is #527B90. Grayscale: #8D8D8D. Windows color (decimal): -5405585 or 7308461. OLE color: 7308461.

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

Color convert

RGB173132111-
CMYK00.240.360.32
HSL20.32º27.43%55.69%-
HSV(B)20.32º35.84%67.84%-
XYZ28.3526.5318.67-
YUV141.86110.58150.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=41.59%
G=31.73%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313211100.240.360.3220.3227.4355.69
HexAD846F0182420141b38
Octal2552041570304440243370
Binary101011011000010011011110110001001001000001010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD846F; }

 p { color: rgb(173,132,111); }

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

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

 a { background-color: rgb(173,132,111); }

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

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

 span { border-color: rgb(173,132,111); }

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