Shades of Hot Toddy #AA7B2B
Tints of Hot Toddy #AA7B2B
RGB
CMYK
RGB Variations
Color information
#AA7B2B (or 0xAA7B2B) is known color: Hot Toddy. HEX triplet: AA, 7B and 2B. RGB value is (170,123,43). Sum of RGB (Red+Green+Blue) = 170+123+43=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B2B is #5584D4. Grayscale: #808080. Windows color (decimal): -5604565 or 2849706. OLE color: 2849706.
HSL color Cylindrical-coordinate representation of color #AA7B2B: hue angle of 37.8º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA7B2B is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 43 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.33 |
| HSL | 37.8º | 0.6% | 0.42% | - |
| HSV(B) | 37.8º | 0.75% | 0.67% | - |
| XYZ | 24.1 | 22.89 | 5.43 | - |
| YUV | 127.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 43 | 0 | 0.28 | 0.75 | 0.33 | 37.8 | 0.6 | 0.42 |
| Hex | AA | 7B | 2B | 0 | 1C | 4B | 21 | 26 | 3C | 2A |
| Octal | 252 | 173 | 53 | 0 | 34 | 113 | 41 | 46 | 74 | 52 |
| Binary | 10101010 | 1111011 | 101011 | 0 | 11100 | 1001011 | 100001 | 100110 | 111100 | 101010 |
Color Harmonies of #AA7B2B
Complementary color
Monochromatic Colors of #AA7B2B
Black with #AA7B2B
Text Example
Text Example
White with #AA7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B2B; }
p { color: rgb(170,123,43); }
H1.HeaderClassName
{
color: #AA7B2B;
}
.AnyTagClassName
{
color: #AA7B2B;
}
</style>
background-color css
<style>
a { background-color: #AA7B2B; }
a { background-color: rgb(170,123,43); }
div.DivClassName
{
background-color: #AA7B2B;
}
.BgClassName
{
background-color: #AA7B2B;
}
</style>
border-color css
<style>
span { border-color: #AA7B2B; }
span { border-color: rgb(170,123,43); }
td.TdClassName
{
border-color: #AA7B2B;
}
.TagClassName
{
border-color: #AA7B2B;
}
</style>