Shades of Hot Toddy #AA7934
Tints of Hot Toddy #AA7934
RGB
CMYK
RGB Variations
Color information
#AA7934 (or 0xAA7934) is known color: Hot Toddy. HEX triplet: AA, 79 and 34. RGB value is (170,121,52). Sum of RGB (Red+Green+Blue) = 170+121+52=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7934 is #5586CB. Grayscale: #808080. Windows color (decimal): -5605068 or 3439018. OLE color: 3439018.
HSL color Cylindrical-coordinate representation of color #AA7934: hue angle of 35.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA7934 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 52 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.33 |
| HSL | 35.08º | 0.53% | 0.44% | - |
| HSV(B) | 35.08º | 0.69% | 0.67% | - |
| XYZ | 24.03 | 22.47 | 6.32 | - |
| YUV | 127.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 52 | 0 | 0.29 | 0.69 | 0.33 | 35.08 | 0.53 | 0.44 |
| Hex | AA | 79 | 34 | 0 | 1D | 45 | 21 | 23 | 35 | 2C |
| Octal | 252 | 171 | 64 | 0 | 35 | 105 | 41 | 43 | 65 | 54 |
| Binary | 10101010 | 1111001 | 110100 | 0 | 11101 | 1000101 | 100001 | 100011 | 110101 | 101100 |
Color Harmonies of #AA7934
Complementary color
Monochromatic Colors of #AA7934
Black with #AA7934
Text Example
Text Example
White with #AA7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7934; }
p { color: rgb(170,121,52); }
H1.HeaderClassName
{
color: #AA7934;
}
.AnyTagClassName
{
color: #AA7934;
}
</style>
background-color css
<style>
a { background-color: #AA7934; }
a { background-color: rgb(170,121,52); }
div.DivClassName
{
background-color: #AA7934;
}
.BgClassName
{
background-color: #AA7934;
}
</style>
border-color css
<style>
span { border-color: #AA7934; }
span { border-color: rgb(170,121,52); }
td.TdClassName
{
border-color: #AA7934;
}
.TagClassName
{
border-color: #AA7934;
}
</style>