Shades of Hot Toddy #AD731C
Tints of Hot Toddy #AD731C
RGB
CMYK
RGB Variations
Color information
#AD731C (or 0xAD731C) is known color: Hot Toddy. HEX triplet: AD, 73 and 1C. RGB value is (173,115,28). Sum of RGB (Red+Green+Blue) = 173+115+28=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD731C is #528CE3. Grayscale: #7A7A7A. Windows color (decimal): -5410020 or 1864621. OLE color: 1864621.
HSL color Cylindrical-coordinate representation of color #AD731C: hue angle of 36º degrees, saturation: 0.72, 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 #AD731C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 28 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.32 |
| HSL | 36º | 0.72% | 0.39% | - |
| HSV(B) | 36º | 0.84% | 0.68% | - |
| XYZ | 23.57 | 21.23 | 3.95 | - |
| YUV | 122.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 28 | 0 | 0.34 | 0.84 | 0.32 | 36 | 0.72 | 0.39 |
| Hex | AD | 73 | 1C | 0 | 22 | 54 | 20 | 24 | 48 | 27 |
| Octal | 255 | 163 | 34 | 0 | 42 | 124 | 40 | 44 | 110 | 47 |
| Binary | 10101101 | 1110011 | 11100 | 0 | 100010 | 1010100 | 100000 | 100100 | 1001000 | 100111 |
Color Harmonies of #AD731C
Complementary color
Monochromatic Colors of #AD731C
Black with #AD731C
Text Example
Text Example
White with #AD731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD731C; }
p { color: rgb(173,115,28); }
H1.HeaderClassName
{
color: #AD731C;
}
.AnyTagClassName
{
color: #AD731C;
}
</style>
background-color css
<style>
a { background-color: #AD731C; }
a { background-color: rgb(173,115,28); }
div.DivClassName
{
background-color: #AD731C;
}
.BgClassName
{
background-color: #AD731C;
}
</style>
border-color css
<style>
span { border-color: #AD731C; }
span { border-color: rgb(173,115,28); }
td.TdClassName
{
border-color: #AD731C;
}
.TagClassName
{
border-color: #AD731C;
}
</style>