#AD7E6A

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

Shades of Medium Wood #AD7E6A

Tints of Medium Wood #AD7E6A

Color information

#AD7E6A (or 0xAD7E6A) is unknown color: approx Medium Wood. HEX triplet: AD, 7E and 6A. RGB value is (173,126,106). Sum of RGB (Red+Green+Blue) = 173+126+106=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E6A is #528195. Grayscale: #898989. Windows color (decimal): -5407126 or 6979245. OLE color: 6979245.

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

Color convert

RGB173126106-
CMYK00.270.390.32
HSL17.91º29%54.71%-
HSV(B)17.91º38.73%67.84%-
XYZ27.324.8516.99-
YUV137.77110.07153.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=42.72%
G=31.11%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312610600.270.390.3217.912954.71
HexAD7E6A01B2720121d37
Octal2551761520334740223567
Binary10101101111111011010100110111001111000001001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E6A; }

 p { color: rgb(173,126,106); }

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

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

 a { background-color: rgb(173,126,106); }

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

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

 span { border-color: rgb(173,126,106); }

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