#AD7E66

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

Shades of Medium Wood #AD7E66

Tints of Medium Wood #AD7E66

Color information

#AD7E66 (or 0xAD7E66) is unknown color: approx Medium Wood. HEX triplet: AD, 7E and 66. RGB value is (173,126,102). Sum of RGB (Red+Green+Blue) = 173+126+102=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E66 is #528199. Grayscale: #898989. Windows color (decimal): -5407130 or 6717101. OLE color: 6717101.

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

Color convert

RGB173126102-
CMYK00.270.410.32
HSL20.28º30.21%53.92%-
HSV(B)20.28º41.04%67.84%-
XYZ27.0924.7715.92-
YUV137.32108.07153.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=43.14%
G=31.42%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312610200.270.410.3220.2830.2153.92
HexAD7E6601B2920141e36
Octal2551761460335140243666
Binary10101101111111011001100110111010011000001010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E66; }

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

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

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

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

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

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

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

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