Shades of Hot Toddy #AA741E
Tints of Hot Toddy #AA741E
RGB
CMYK
RGB Variations
Color information
#AA741E (or 0xAA741E) is known color: Hot Toddy. HEX triplet: AA, 74 and 1E. RGB value is (170,116,30). Sum of RGB (Red+Green+Blue) = 170+116+30=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA741E is #558BE1. Grayscale: #7A7A7A. Windows color (decimal): -5606370 or 1995946. OLE color: 1995946.
HSL color Cylindrical-coordinate representation of color #AA741E: hue angle of 36.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA741E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 30 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.33 |
| HSL | 36.86º | 0.7% | 0.39% | - |
| HSV(B) | 36.86º | 0.82% | 0.67% | - |
| XYZ | 23.06 | 21.13 | 4.09 | - |
| YUV | 122.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 30 | 0 | 0.32 | 0.82 | 0.33 | 36.86 | 0.7 | 0.39 |
| Hex | AA | 74 | 1E | 0 | 20 | 52 | 21 | 25 | 46 | 27 |
| Octal | 252 | 164 | 36 | 0 | 40 | 122 | 41 | 45 | 106 | 47 |
| Binary | 10101010 | 1110100 | 11110 | 0 | 100000 | 1010010 | 100001 | 100101 | 1000110 | 100111 |
Color Harmonies of #AA741E
Complementary color
Monochromatic Colors of #AA741E
Black with #AA741E
Text Example
Text Example
White with #AA741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA741E; }
p { color: rgb(170,116,30); }
H1.HeaderClassName
{
color: #AA741E;
}
.AnyTagClassName
{
color: #AA741E;
}
</style>
background-color css
<style>
a { background-color: #AA741E; }
a { background-color: rgb(170,116,30); }
div.DivClassName
{
background-color: #AA741E;
}
.BgClassName
{
background-color: #AA741E;
}
</style>
border-color css
<style>
span { border-color: #AA741E; }
span { border-color: rgb(170,116,30); }
td.TdClassName
{
border-color: #AA741E;
}
.TagClassName
{
border-color: #AA741E;
}
</style>