Shades of Hot Toddy #AA6D25
Tints of Hot Toddy #AA6D25
RGB
CMYK
RGB Variations
Color information
#AA6D25 (or 0xAA6D25) is known color: Hot Toddy. HEX triplet: AA, 6D and 25. RGB value is (170,109,37). Sum of RGB (Red+Green+Blue) = 170+109+37=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D25 is #5592DA. Grayscale: #777777. Windows color (decimal): -5608155 or 2452906. OLE color: 2452906.
HSL color Cylindrical-coordinate representation of color #AA6D25: hue angle of 32.48º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA6D25 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 37 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.33 |
| HSL | 32.48º | 0.64% | 0.41% | - |
| HSV(B) | 32.48º | 0.78% | 0.67% | - |
| XYZ | 22.38 | 19.62 | 4.36 | - |
| YUV | 119.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 37 | 0 | 0.36 | 0.78 | 0.33 | 32.48 | 0.64 | 0.41 |
| Hex | AA | 6D | 25 | 0 | 24 | 4E | 21 | 20 | 40 | 29 |
| Octal | 252 | 155 | 45 | 0 | 44 | 116 | 41 | 40 | 100 | 51 |
| Binary | 10101010 | 1101101 | 100101 | 0 | 100100 | 1001110 | 100001 | 100000 | 1000000 | 101001 |
Color Harmonies of #AA6D25
Complementary color
Monochromatic Colors of #AA6D25
Black with #AA6D25
Text Example
Text Example
White with #AA6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D25; }
p { color: rgb(170,109,37); }
H1.HeaderClassName
{
color: #AA6D25;
}
.AnyTagClassName
{
color: #AA6D25;
}
</style>
background-color css
<style>
a { background-color: #AA6D25; }
a { background-color: rgb(170,109,37); }
div.DivClassName
{
background-color: #AA6D25;
}
.BgClassName
{
background-color: #AA6D25;
}
</style>
border-color css
<style>
span { border-color: #AA6D25; }
span { border-color: rgb(170,109,37); }
td.TdClassName
{
border-color: #AA6D25;
}
.TagClassName
{
border-color: #AA6D25;
}
</style>