Shades of Hot Toddy #AA741B
Tints of Hot Toddy #AA741B
RGB
CMYK
RGB Variations
Color information
#AA741B (or 0xAA741B) is known color: Hot Toddy. HEX triplet: AA, 74 and 1B. RGB value is (170,116,27). Sum of RGB (Red+Green+Blue) = 170+116+27=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA741B is #558BE4. Grayscale: #7A7A7A. Windows color (decimal): -5606373 or 1799338. OLE color: 1799338.
HSL color Cylindrical-coordinate representation of color #AA741B: hue angle of 37.34º degrees, saturation: 0.73, 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 #AA741B is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 27 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.33 |
| HSL | 37.34º | 0.73% | 0.39% | - |
| HSV(B) | 37.34º | 0.84% | 0.67% | - |
| XYZ | 23.02 | 21.12 | 3.9 | - |
| YUV | 122 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 27 | 0 | 0.32 | 0.84 | 0.33 | 37.34 | 0.73 | 0.39 |
| Hex | AA | 74 | 1B | 0 | 20 | 54 | 21 | 25 | 49 | 27 |
| Octal | 252 | 164 | 33 | 0 | 40 | 124 | 41 | 45 | 111 | 47 |
| Binary | 10101010 | 1110100 | 11011 | 0 | 100000 | 1010100 | 100001 | 100101 | 1001001 | 100111 |
Color Harmonies of #AA741B
Complementary color
Monochromatic Colors of #AA741B
Black with #AA741B
Text Example
Text Example
White with #AA741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA741B; }
p { color: rgb(170,116,27); }
H1.HeaderClassName
{
color: #AA741B;
}
.AnyTagClassName
{
color: #AA741B;
}
</style>
background-color css
<style>
a { background-color: #AA741B; }
a { background-color: rgb(170,116,27); }
div.DivClassName
{
background-color: #AA741B;
}
.BgClassName
{
background-color: #AA741B;
}
</style>
border-color css
<style>
span { border-color: #AA741B; }
span { border-color: rgb(170,116,27); }
td.TdClassName
{
border-color: #AA741B;
}
.TagClassName
{
border-color: #AA741B;
}
</style>