Shades of Hot Toddy #AA7D38
Tints of Hot Toddy #AA7D38
RGB
CMYK
RGB Variations
Color information
#AA7D38 (or 0xAA7D38) is known color: Hot Toddy. HEX triplet: AA, 7D and 38. RGB value is (170,125,56). Sum of RGB (Red+Green+Blue) = 170+125+56=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D38 is #5582C7. Grayscale: #828282. Windows color (decimal): -5604040 or 3702186. OLE color: 3702186.
HSL color Cylindrical-coordinate representation of color #AA7D38: hue angle of 36.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA7D38 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 56 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.33 |
| HSL | 36.32º | 0.5% | 0.44% | - |
| HSV(B) | 36.32º | 0.67% | 0.67% | - |
| XYZ | 24.62 | 23.5 | 6.98 | - |
| YUV | 130.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 56 | 0 | 0.26 | 0.67 | 0.33 | 36.32 | 0.5 | 0.44 |
| Hex | AA | 7D | 38 | 0 | 1A | 43 | 21 | 24 | 32 | 2C |
| Octal | 252 | 175 | 70 | 0 | 32 | 103 | 41 | 44 | 62 | 54 |
| Binary | 10101010 | 1111101 | 111000 | 0 | 11010 | 1000011 | 100001 | 100100 | 110010 | 101100 |
Color Harmonies of #AA7D38
Complementary color
Monochromatic Colors of #AA7D38
Black with #AA7D38
Text Example
Text Example
White with #AA7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D38; }
p { color: rgb(170,125,56); }
H1.HeaderClassName
{
color: #AA7D38;
}
.AnyTagClassName
{
color: #AA7D38;
}
</style>
background-color css
<style>
a { background-color: #AA7D38; }
a { background-color: rgb(170,125,56); }
div.DivClassName
{
background-color: #AA7D38;
}
.BgClassName
{
background-color: #AA7D38;
}
</style>
border-color css
<style>
span { border-color: #AA7D38; }
span { border-color: rgb(170,125,56); }
td.TdClassName
{
border-color: #AA7D38;
}
.TagClassName
{
border-color: #AA7D38;
}
</style>