Shades of Hot Toddy #AA741C
Tints of Hot Toddy #AA741C
RGB
CMYK
RGB Variations
Color information
#AA741C (or 0xAA741C) is known color: Hot Toddy. HEX triplet: AA, 74 and 1C. RGB value is (170,116,28). Sum of RGB (Red+Green+Blue) = 170+116+28=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA741C is #558BE3. Grayscale: #7A7A7A. Windows color (decimal): -5606372 or 1864874. OLE color: 1864874.
HSL color Cylindrical-coordinate representation of color #AA741C: hue angle of 37.18º 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 #AA741C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 28 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.33 |
| HSL | 37.18º | 0.72% | 0.39% | - |
| HSV(B) | 37.18º | 0.84% | 0.67% | - |
| XYZ | 23.03 | 21.12 | 3.96 | - |
| YUV | 122.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 28 | 0 | 0.32 | 0.84 | 0.33 | 37.18 | 0.72 | 0.39 |
| Hex | AA | 74 | 1C | 0 | 20 | 54 | 21 | 25 | 48 | 27 |
| Octal | 252 | 164 | 34 | 0 | 40 | 124 | 41 | 45 | 110 | 47 |
| Binary | 10101010 | 1110100 | 11100 | 0 | 100000 | 1010100 | 100001 | 100101 | 1001000 | 100111 |
Color Harmonies of #AA741C
Complementary color
Monochromatic Colors of #AA741C
Black with #AA741C
Text Example
Text Example
White with #AA741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA741C; }
p { color: rgb(170,116,28); }
H1.HeaderClassName
{
color: #AA741C;
}
.AnyTagClassName
{
color: #AA741C;
}
</style>
background-color css
<style>
a { background-color: #AA741C; }
a { background-color: rgb(170,116,28); }
div.DivClassName
{
background-color: #AA741C;
}
.BgClassName
{
background-color: #AA741C;
}
</style>
border-color css
<style>
span { border-color: #AA741C; }
span { border-color: rgb(170,116,28); }
td.TdClassName
{
border-color: #AA741C;
}
.TagClassName
{
border-color: #AA741C;
}
</style>