Shades of Tenne (Tawny) #AD5800
Tints of Tenne (Tawny) #AD5800
RGB
CMYK
RGB Variations
Color information
#AD5800 (or 0xAD5800) is known color: Tenne (Tawny). HEX triplet: AD, 58 and 00. RGB value is (173,88,0). Sum of RGB (Red+Green+Blue) = 173+88+0=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5800 is #52A7FF. Grayscale: #676767. Windows color (decimal): -5416960 or 22701. OLE color: 22701.
HSL color Cylindrical-coordinate representation of color #AD5800: hue angle of 30.52º 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 #AD5800 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.32 |
| HSL | 30.52º | 1% | 0.34% | - |
| HSV(B) | 30.52º | 1% | 0.68% | - |
| XYZ | 20.72 | 15.86 | 1.97 | - |
| YUV | 103.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 0 | 0 | 0.49 | 1 | 0.32 | 30.52 | 1 | 0.34 |
| Hex | AD | 58 | 0 | 0 | 31 | 64 | 20 | 1F | 64 | 22 |
| Octal | 255 | 130 | 0 | 0 | 61 | 144 | 40 | 37 | 144 | 42 |
| Binary | 10101101 | 1011000 | 0 | 0 | 110001 | 1100100 | 100000 | 11111 | 1100100 | 100010 |
Color Harmonies of #AD5800
Complementary color
Monochromatic Colors of #AD5800
Black with #AD5800
Text Example
Text Example
White with #AD5800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5800; }
p { color: rgb(173,88,0); }
H1.HeaderClassName
{
color: #AD5800;
}
.AnyTagClassName
{
color: #AD5800;
}
</style>
background-color css
<style>
a { background-color: #AD5800; }
a { background-color: rgb(173,88,0); }
div.DivClassName
{
background-color: #AD5800;
}
.BgClassName
{
background-color: #AD5800;
}
</style>
border-color css
<style>
span { border-color: #AD5800; }
span { border-color: rgb(173,88,0); }
td.TdClassName
{
border-color: #AD5800;
}
.TagClassName
{
border-color: #AD5800;
}
</style>