Shades of Tenne (Tawny) #AD5700
Tints of Tenne (Tawny) #AD5700
RGB
CMYK
RGB Variations
Color information
#AD5700 (or 0xAD5700) is known color: Tenne (Tawny). HEX triplet: AD, 57 and 00. RGB value is (173,87,0). Sum of RGB (Red+Green+Blue) = 173+87+0=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5700 is #52A8FF. Grayscale: #676767. Windows color (decimal): -5417216 or 22445. OLE color: 22445.
HSL color Cylindrical-coordinate representation of color #AD5700: hue angle of 30.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD5700 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.32 |
| HSL | 30.17º | 1% | 0.34% | - |
| HSV(B) | 30.17º | 1% | 0.68% | - |
| XYZ | 20.64 | 15.7 | 1.94 | - |
| YUV | 102.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 0 | 0 | 0.50 | 1 | 0.32 | 30.17 | 1 | 0.34 |
| Hex | AD | 57 | 0 | 0 | 32 | 64 | 20 | 1E | 64 | 22 |
| Octal | 255 | 127 | 0 | 0 | 62 | 144 | 40 | 36 | 144 | 42 |
| Binary | 10101101 | 1010111 | 0 | 0 | 110010 | 1100100 | 100000 | 11110 | 1100100 | 100010 |
Color Harmonies of #AD5700
Complementary color
Monochromatic Colors of #AD5700
Black with #AD5700
Text Example
Text Example
White with #AD5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5700; }
p { color: rgb(173,87,0); }
H1.HeaderClassName
{
color: #AD5700;
}
.AnyTagClassName
{
color: #AD5700;
}
</style>
background-color css
<style>
a { background-color: #AD5700; }
a { background-color: rgb(173,87,0); }
div.DivClassName
{
background-color: #AD5700;
}
.BgClassName
{
background-color: #AD5700;
}
</style>
border-color css
<style>
span { border-color: #AD5700; }
span { border-color: rgb(173,87,0); }
td.TdClassName
{
border-color: #AD5700;
}
.TagClassName
{
border-color: #AD5700;
}
</style>