Shades of Hot Toddy #AD741B
Tints of Hot Toddy #AD741B
RGB
CMYK
RGB Variations
Color information
#AD741B (or 0xAD741B) is known color: Hot Toddy. HEX triplet: AD, 74 and 1B. RGB value is (173,116,27). Sum of RGB (Red+Green+Blue) = 173+116+27=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD741B is #528BE4. Grayscale: #7B7B7B. Windows color (decimal): -5409765 or 1799341. OLE color: 1799341.
HSL color Cylindrical-coordinate representation of color #AD741B: hue angle of 36.58º 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 #AD741B is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 27 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.32 |
| HSL | 36.58º | 0.73% | 0.39% | - |
| HSV(B) | 36.58º | 0.84% | 0.68% | - |
| XYZ | 23.68 | 21.45 | 3.93 | - |
| YUV | 122.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 27 | 0 | 0.33 | 0.84 | 0.32 | 36.58 | 0.73 | 0.39 |
| Hex | AD | 74 | 1B | 0 | 21 | 54 | 20 | 25 | 49 | 27 |
| Octal | 255 | 164 | 33 | 0 | 41 | 124 | 40 | 45 | 111 | 47 |
| Binary | 10101101 | 1110100 | 11011 | 0 | 100001 | 1010100 | 100000 | 100101 | 1001001 | 100111 |
Color Harmonies of #AD741B
Complementary color
Monochromatic Colors of #AD741B
Black with #AD741B
Text Example
Text Example
White with #AD741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD741B; }
p { color: rgb(173,116,27); }
H1.HeaderClassName
{
color: #AD741B;
}
.AnyTagClassName
{
color: #AD741B;
}
</style>
background-color css
<style>
a { background-color: #AD741B; }
a { background-color: rgb(173,116,27); }
div.DivClassName
{
background-color: #AD741B;
}
.BgClassName
{
background-color: #AD741B;
}
</style>
border-color css
<style>
span { border-color: #AD741B; }
span { border-color: rgb(173,116,27); }
td.TdClassName
{
border-color: #AD741B;
}
.TagClassName
{
border-color: #AD741B;
}
</style>