Shades of Hot Toddy #AA761E
Tints of Hot Toddy #AA761E
RGB
CMYK
RGB Variations
Color information
#AA761E (or 0xAA761E) is known color: Hot Toddy. HEX triplet: AA, 76 and 1E. RGB value is (170,118,30). Sum of RGB (Red+Green+Blue) = 170+118+30=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA761E is #5589E1. Grayscale: #7B7B7B. Windows color (decimal): -5605858 or 1996458. OLE color: 1996458.
HSL color Cylindrical-coordinate representation of color #AA761E: hue angle of 37.71º 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 #AA761E is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 30 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.33 |
| HSL | 37.71º | 0.7% | 0.39% | - |
| HSV(B) | 37.71º | 0.82% | 0.67% | - |
| XYZ | 23.29 | 21.6 | 4.17 | - |
| YUV | 123.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 30 | 0 | 0.31 | 0.82 | 0.33 | 37.71 | 0.7 | 0.39 |
| Hex | AA | 76 | 1E | 0 | 1F | 52 | 21 | 26 | 46 | 27 |
| Octal | 252 | 166 | 36 | 0 | 37 | 122 | 41 | 46 | 106 | 47 |
| Binary | 10101010 | 1110110 | 11110 | 0 | 11111 | 1010010 | 100001 | 100110 | 1000110 | 100111 |
Color Harmonies of #AA761E
Complementary color
Monochromatic Colors of #AA761E
Black with #AA761E
Text Example
Text Example
White with #AA761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA761E; }
p { color: rgb(170,118,30); }
H1.HeaderClassName
{
color: #AA761E;
}
.AnyTagClassName
{
color: #AA761E;
}
</style>
background-color css
<style>
a { background-color: #AA761E; }
a { background-color: rgb(170,118,30); }
div.DivClassName
{
background-color: #AA761E;
}
.BgClassName
{
background-color: #AA761E;
}
</style>
border-color css
<style>
span { border-color: #AA761E; }
span { border-color: rgb(170,118,30); }
td.TdClassName
{
border-color: #AA761E;
}
.TagClassName
{
border-color: #AA761E;
}
</style>