Shades of Hot Toddy #AA781C
Tints of Hot Toddy #AA781C
RGB
CMYK
RGB Variations
Color information
#AA781C (or 0xAA781C) is known color: Hot Toddy. HEX triplet: AA, 78 and 1C. RGB value is (170,120,28). Sum of RGB (Red+Green+Blue) = 170+120+28=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA781C is #5587E3. Grayscale: #7C7C7C. Windows color (decimal): -5605348 or 1865898. OLE color: 1865898.
HSL color Cylindrical-coordinate representation of color #AA781C: hue angle of 38.87º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA781C is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 28 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.33 |
| HSL | 38.87º | 0.72% | 0.39% | - |
| HSV(B) | 38.87º | 0.84% | 0.67% | - |
| XYZ | 23.5 | 22.06 | 4.12 | - |
| YUV | 124.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 28 | 0 | 0.29 | 0.84 | 0.33 | 38.87 | 0.72 | 0.39 |
| Hex | AA | 78 | 1C | 0 | 1D | 54 | 21 | 27 | 48 | 27 |
| Octal | 252 | 170 | 34 | 0 | 35 | 124 | 41 | 47 | 110 | 47 |
| Binary | 10101010 | 1111000 | 11100 | 0 | 11101 | 1010100 | 100001 | 100111 | 1001000 | 100111 |
Color Harmonies of #AA781C
Complementary color
Monochromatic Colors of #AA781C
Black with #AA781C
Text Example
Text Example
White with #AA781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA781C; }
p { color: rgb(170,120,28); }
H1.HeaderClassName
{
color: #AA781C;
}
.AnyTagClassName
{
color: #AA781C;
}
</style>
background-color css
<style>
a { background-color: #AA781C; }
a { background-color: rgb(170,120,28); }
div.DivClassName
{
background-color: #AA781C;
}
.BgClassName
{
background-color: #AA781C;
}
</style>
border-color css
<style>
span { border-color: #AA781C; }
span { border-color: rgb(170,120,28); }
td.TdClassName
{
border-color: #AA781C;
}
.TagClassName
{
border-color: #AA781C;
}
</style>