Shades of Hot Toddy #AA7B31
Tints of Hot Toddy #AA7B31
RGB
CMYK
RGB Variations
Color information
#AA7B31 (or 0xAA7B31) is known color: Hot Toddy. HEX triplet: AA, 7B and 31. RGB value is (170,123,49). Sum of RGB (Red+Green+Blue) = 170+123+49=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B31 is #5584CE. Grayscale: #808080. Windows color (decimal): -5604559 or 3242922. OLE color: 3242922.
HSL color Cylindrical-coordinate representation of color #AA7B31: hue angle of 36.69º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA7B31 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 49 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.33 |
| HSL | 36.69º | 0.55% | 0.43% | - |
| HSV(B) | 36.69º | 0.71% | 0.67% | - |
| XYZ | 24.21 | 22.93 | 6.06 | - |
| YUV | 128.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 49 | 0 | 0.28 | 0.71 | 0.33 | 36.69 | 0.55 | 0.43 |
| Hex | AA | 7B | 31 | 0 | 1C | 47 | 21 | 25 | 37 | 2B |
| Octal | 252 | 173 | 61 | 0 | 34 | 107 | 41 | 45 | 67 | 53 |
| Binary | 10101010 | 1111011 | 110001 | 0 | 11100 | 1000111 | 100001 | 100101 | 110111 | 101011 |
Color Harmonies of #AA7B31
Complementary color
Monochromatic Colors of #AA7B31
Black with #AA7B31
Text Example
Text Example
White with #AA7B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B31; }
p { color: rgb(170,123,49); }
H1.HeaderClassName
{
color: #AA7B31;
}
.AnyTagClassName
{
color: #AA7B31;
}
</style>
background-color css
<style>
a { background-color: #AA7B31; }
a { background-color: rgb(170,123,49); }
div.DivClassName
{
background-color: #AA7B31;
}
.BgClassName
{
background-color: #AA7B31;
}
</style>
border-color css
<style>
span { border-color: #AA7B31; }
span { border-color: rgb(170,123,49); }
td.TdClassName
{
border-color: #AA7B31;
}
.TagClassName
{
border-color: #AA7B31;
}
</style>