Shades of Hot Toddy #AA781D
Tints of Hot Toddy #AA781D
RGB
CMYK
RGB Variations
Color information
#AA781D (or 0xAA781D) is known color: Hot Toddy. HEX triplet: AA, 78 and 1D. RGB value is (170,120,29). Sum of RGB (Red+Green+Blue) = 170+120+29=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA781D is #5587E2. Grayscale: #7C7C7C. Windows color (decimal): -5605347 or 1931434. OLE color: 1931434.
HSL color Cylindrical-coordinate representation of color #AA781D: hue angle of 38.72º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA781D is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 29 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.33 |
| HSL | 38.72º | 0.71% | 0.39% | - |
| HSV(B) | 38.72º | 0.83% | 0.67% | - |
| XYZ | 23.52 | 22.07 | 4.18 | - |
| YUV | 124.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 29 | 0 | 0.29 | 0.83 | 0.33 | 38.72 | 0.71 | 0.39 |
| Hex | AA | 78 | 1D | 0 | 1D | 53 | 21 | 27 | 47 | 27 |
| Octal | 252 | 170 | 35 | 0 | 35 | 123 | 41 | 47 | 107 | 47 |
| Binary | 10101010 | 1111000 | 11101 | 0 | 11101 | 1010011 | 100001 | 100111 | 1000111 | 100111 |
Color Harmonies of #AA781D
Complementary color
Monochromatic Colors of #AA781D
Black with #AA781D
Text Example
Text Example
White with #AA781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA781D; }
p { color: rgb(170,120,29); }
H1.HeaderClassName
{
color: #AA781D;
}
.AnyTagClassName
{
color: #AA781D;
}
</style>
background-color css
<style>
a { background-color: #AA781D; }
a { background-color: rgb(170,120,29); }
div.DivClassName
{
background-color: #AA781D;
}
.BgClassName
{
background-color: #AA781D;
}
</style>
border-color css
<style>
span { border-color: #AA781D; }
span { border-color: rgb(170,120,29); }
td.TdClassName
{
border-color: #AA781D;
}
.TagClassName
{
border-color: #AA781D;
}
</style>