Shades of Hot Toddy #AA6B25
Tints of Hot Toddy #AA6B25
RGB
CMYK
RGB Variations
Color information
#AA6B25 (or 0xAA6B25) is known color: Hot Toddy. HEX triplet: AA, 6B and 25. RGB value is (170,107,37). Sum of RGB (Red+Green+Blue) = 170+107+37=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B25 is #5594DA. Grayscale: #767676. Windows color (decimal): -5608667 or 2452394. OLE color: 2452394.
HSL color Cylindrical-coordinate representation of color #AA6B25: hue angle of 31.58º 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 #AA6B25 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 37 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.33 |
| HSL | 31.58º | 0.64% | 0.41% | - |
| HSV(B) | 31.58º | 0.78% | 0.67% | - |
| XYZ | 22.17 | 19.2 | 4.29 | - |
| YUV | 117.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 37 | 0 | 0.37 | 0.78 | 0.33 | 31.58 | 0.64 | 0.41 |
| Hex | AA | 6B | 25 | 0 | 25 | 4E | 21 | 20 | 40 | 29 |
| Octal | 252 | 153 | 45 | 0 | 45 | 116 | 41 | 40 | 100 | 51 |
| Binary | 10101010 | 1101011 | 100101 | 0 | 100101 | 1001110 | 100001 | 100000 | 1000000 | 101001 |
Color Harmonies of #AA6B25
Complementary color
Monochromatic Colors of #AA6B25
Black with #AA6B25
Text Example
Text Example
White with #AA6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B25; }
p { color: rgb(170,107,37); }
H1.HeaderClassName
{
color: #AA6B25;
}
.AnyTagClassName
{
color: #AA6B25;
}
</style>
background-color css
<style>
a { background-color: #AA6B25; }
a { background-color: rgb(170,107,37); }
div.DivClassName
{
background-color: #AA6B25;
}
.BgClassName
{
background-color: #AA6B25;
}
</style>
border-color css
<style>
span { border-color: #AA6B25; }
span { border-color: rgb(170,107,37); }
td.TdClassName
{
border-color: #AA6B25;
}
.TagClassName
{
border-color: #AA6B25;
}
</style>