#AD7F66

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

Shades of Medium Wood #AD7F66

Tints of Medium Wood #AD7F66

Color information

#AD7F66 (or 0xAD7F66) is unknown color: approx Medium Wood. HEX triplet: AD, 7F and 66. RGB value is (173,127,102). Sum of RGB (Red+Green+Blue) = 173+127+102=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F66 is #528099. Grayscale: #8A8A8A. Windows color (decimal): -5406874 or 6717357. OLE color: 6717357.

HSL color Cylindrical-coordinate representation of color #AD7F66: hue angle of 21.13º 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 #AD7F66 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB173127102-
CMYK00.270.410.32
HSL21.13º30.21%53.92%-
HSV(B)21.13º41.04%67.84%-
XYZ27.2225.0215.97-
YUV137.9107.74153.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=43.03%
G=31.59%
B=25.37%

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
Decimal17312710200.270.410.3221.1330.2153.92
HexAD7F6601B2920151e36
Octal2551771460335140253666
Binary10101101111111111001100110111010011000001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F66; }

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

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

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

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

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

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

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

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