#AD7B61

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

Shades of Medium Wood #AD7B61

Tints of Medium Wood #AD7B61

Color information

#AD7B61 (or 0xAD7B61) is unknown color: approx Medium Wood. HEX triplet: AD, 7B and 61. RGB value is (173,123,97). Sum of RGB (Red+Green+Blue) = 173+123+97=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B61 is #52849E. Grayscale: #878787. Windows color (decimal): -5407903 or 6388653. OLE color: 6388653.

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

Color convert

RGB17312397-
CMYK00.290.440.32
HSL20.53º31.67%52.94%-
HSV(B)20.53º43.93%67.84%-
XYZ26.4723.9114.53-
YUV134.99106.56155.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=44.02%
G=31.30%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731239700.290.440.3220.5331.6752.94
HexAD7B6101D2C20152035
Octal2551731410355440254065
Binary101011011111011110000101110110110010000010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7B61; }

 p { color: rgb(173,123,97); }

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

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

 a { background-color: rgb(173,123,97); }

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

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

 span { border-color: rgb(173,123,97); }

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