Shades of Hot Toddy #AD742A
Tints of Hot Toddy #AD742A
RGB
CMYK
RGB Variations
Color information
#AD742A (or 0xAD742A) is known color: Hot Toddy. HEX triplet: AD, 74 and 2A. RGB value is (173,116,42). Sum of RGB (Red+Green+Blue) = 173+116+42=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD742A is #528BD5. Grayscale: #7C7C7C. Windows color (decimal): -5409750 or 2782381. OLE color: 2782381.
HSL color Cylindrical-coordinate representation of color #AD742A: hue angle of 33.89º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD742A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 42 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.32 |
| HSL | 33.89º | 0.61% | 0.42% | - |
| HSV(B) | 33.89º | 0.76% | 0.68% | - |
| XYZ | 23.9 | 21.54 | 5.09 | - |
| YUV | 124.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 42 | 0 | 0.33 | 0.76 | 0.32 | 33.89 | 0.61 | 0.42 |
| Hex | AD | 74 | 2A | 0 | 21 | 4C | 20 | 22 | 3D | 2A |
| Octal | 255 | 164 | 52 | 0 | 41 | 114 | 40 | 42 | 75 | 52 |
| Binary | 10101101 | 1110100 | 101010 | 0 | 100001 | 1001100 | 100000 | 100010 | 111101 | 101010 |
Color Harmonies of #AD742A
Complementary color
Monochromatic Colors of #AD742A
Black with #AD742A
Text Example
Text Example
White with #AD742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD742A; }
p { color: rgb(173,116,42); }
H1.HeaderClassName
{
color: #AD742A;
}
.AnyTagClassName
{
color: #AD742A;
}
</style>
background-color css
<style>
a { background-color: #AD742A; }
a { background-color: rgb(173,116,42); }
div.DivClassName
{
background-color: #AD742A;
}
.BgClassName
{
background-color: #AD742A;
}
</style>
border-color css
<style>
span { border-color: #AD742A; }
span { border-color: rgb(173,116,42); }
td.TdClassName
{
border-color: #AD742A;
}
.TagClassName
{
border-color: #AD742A;
}
</style>