Shades of Hot Toddy #AA771C
Tints of Hot Toddy #AA771C
RGB
CMYK
RGB Variations
Color information
#AA771C (or 0xAA771C) is known color: Hot Toddy. HEX triplet: AA, 77 and 1C. RGB value is (170,119,28). Sum of RGB (Red+Green+Blue) = 170+119+28=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA771C is #5588E3. Grayscale: #7C7C7C. Windows color (decimal): -5605604 or 1865642. OLE color: 1865642.
HSL color Cylindrical-coordinate representation of color #AA771C: hue angle of 38.45º 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 #AA771C is Cyan = 0, Magento = 0.3, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 28 | - |
| CMYK | 0 | 0.3 | 0.84 | 0.33 |
| HSL | 38.45º | 0.72% | 0.39% | - |
| HSV(B) | 38.45º | 0.84% | 0.67% | - |
| XYZ | 23.38 | 21.82 | 4.08 | - |
| YUV | 123.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 28 | 0 | 0.3 | 0.84 | 0.33 | 38.45 | 0.72 | 0.39 |
| Hex | AA | 77 | 1C | 0 | 1E | 54 | 21 | 26 | 48 | 27 |
| Octal | 252 | 167 | 34 | 0 | 36 | 124 | 41 | 46 | 110 | 47 |
| Binary | 10101010 | 1110111 | 11100 | 0 | 11110 | 1010100 | 100001 | 100110 | 1001000 | 100111 |
Color Harmonies of #AA771C
Complementary color
Monochromatic Colors of #AA771C
Black with #AA771C
Text Example
Text Example
White with #AA771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA771C; }
p { color: rgb(170,119,28); }
H1.HeaderClassName
{
color: #AA771C;
}
.AnyTagClassName
{
color: #AA771C;
}
</style>
background-color css
<style>
a { background-color: #AA771C; }
a { background-color: rgb(170,119,28); }
div.DivClassName
{
background-color: #AA771C;
}
.BgClassName
{
background-color: #AA771C;
}
</style>
border-color css
<style>
span { border-color: #AA771C; }
span { border-color: rgb(170,119,28); }
td.TdClassName
{
border-color: #AA771C;
}
.TagClassName
{
border-color: #AA771C;
}
</style>