Shades of Hot Toddy #AD731B
Tints of Hot Toddy #AD731B
RGB
CMYK
RGB Variations
Color information
#AD731B (or 0xAD731B) is known color: Hot Toddy. HEX triplet: AD, 73 and 1B. RGB value is (173,115,27). Sum of RGB (Red+Green+Blue) = 173+115+27=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD731B is #528CE4. Grayscale: #7A7A7A. Windows color (decimal): -5410021 or 1799085. OLE color: 1799085.
HSL color Cylindrical-coordinate representation of color #AD731B: hue angle of 36.16º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD731B is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 27 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.32 |
| HSL | 36.16º | 0.73% | 0.39% | - |
| HSV(B) | 36.16º | 0.84% | 0.68% | - |
| XYZ | 23.56 | 21.22 | 3.89 | - |
| YUV | 122.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 27 | 0 | 0.34 | 0.84 | 0.32 | 36.16 | 0.73 | 0.39 |
| Hex | AD | 73 | 1B | 0 | 22 | 54 | 20 | 24 | 49 | 27 |
| Octal | 255 | 163 | 33 | 0 | 42 | 124 | 40 | 44 | 111 | 47 |
| Binary | 10101101 | 1110011 | 11011 | 0 | 100010 | 1010100 | 100000 | 100100 | 1001001 | 100111 |
Color Harmonies of #AD731B
Complementary color
Monochromatic Colors of #AD731B
Black with #AD731B
Text Example
Text Example
White with #AD731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD731B; }
p { color: rgb(173,115,27); }
H1.HeaderClassName
{
color: #AD731B;
}
.AnyTagClassName
{
color: #AD731B;
}
</style>
background-color css
<style>
a { background-color: #AD731B; }
a { background-color: rgb(173,115,27); }
div.DivClassName
{
background-color: #AD731B;
}
.BgClassName
{
background-color: #AD731B;
}
</style>
border-color css
<style>
span { border-color: #AD731B; }
span { border-color: rgb(173,115,27); }
td.TdClassName
{
border-color: #AD731B;
}
.TagClassName
{
border-color: #AD731B;
}
</style>