#AD7C6C

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

Shades of Medium Wood #AD7C6C

Tints of Medium Wood #AD7C6C

Color information

#AD7C6C (or 0xAD7C6C) is unknown color: approx Medium Wood. HEX triplet: AD, 7C and 6C. RGB value is (173,124,108). Sum of RGB (Red+Green+Blue) = 173+124+108=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C6C is #528393. Grayscale: #888888. Windows color (decimal): -5407636 or 7109805. OLE color: 7109805.

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

Color convert

RGB173124108-
CMYK00.280.380.32
HSL14.77º28.38%55.1%-
HSV(B)14.77º37.57%67.84%-
XYZ27.1524.3817.46-
YUV136.83111.73153.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=42.72%
G=30.62%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312410800.280.380.3214.7728.3855.1
HexAD7C6C01C2620f1c37
Octal2551741540344640173467
Binary1010110111111001101100011100100110100000111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C6C; }

 p { color: rgb(173,124,108); }

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

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

 a { background-color: rgb(173,124,108); }

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

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

 span { border-color: rgb(173,124,108); }

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