Shades of Hot Toddy #AA6A25
Tints of Hot Toddy #AA6A25
RGB
CMYK
RGB Variations
Color information
#AA6A25 (or 0xAA6A25) is known color: Hot Toddy. HEX triplet: AA, 6A and 25. RGB value is (170,106,37). Sum of RGB (Red+Green+Blue) = 170+106+37=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A25 is #5595DA. Grayscale: #757575. Windows color (decimal): -5608923 or 2452138. OLE color: 2452138.
HSL color Cylindrical-coordinate representation of color #AA6A25: hue angle of 31.13º 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 #AA6A25 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 37 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.33 |
| HSL | 31.13º | 0.64% | 0.41% | - |
| HSV(B) | 31.13º | 0.78% | 0.67% | - |
| XYZ | 22.07 | 18.99 | 4.25 | - |
| YUV | 117.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 37 | 0 | 0.38 | 0.78 | 0.33 | 31.13 | 0.64 | 0.41 |
| Hex | AA | 6A | 25 | 0 | 26 | 4E | 21 | 1F | 40 | 29 |
| Octal | 252 | 152 | 45 | 0 | 46 | 116 | 41 | 37 | 100 | 51 |
| Binary | 10101010 | 1101010 | 100101 | 0 | 100110 | 1001110 | 100001 | 11111 | 1000000 | 101001 |
Color Harmonies of #AA6A25
Complementary color
Monochromatic Colors of #AA6A25
Black with #AA6A25
Text Example
Text Example
White with #AA6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A25; }
p { color: rgb(170,106,37); }
H1.HeaderClassName
{
color: #AA6A25;
}
.AnyTagClassName
{
color: #AA6A25;
}
</style>
background-color css
<style>
a { background-color: #AA6A25; }
a { background-color: rgb(170,106,37); }
div.DivClassName
{
background-color: #AA6A25;
}
.BgClassName
{
background-color: #AA6A25;
}
</style>
border-color css
<style>
span { border-color: #AA6A25; }
span { border-color: rgb(170,106,37); }
td.TdClassName
{
border-color: #AA6A25;
}
.TagClassName
{
border-color: #AA6A25;
}
</style>