Shades of Hot Toddy #AA691D
Tints of Hot Toddy #AA691D
RGB
CMYK
RGB Variations
Color information
#AA691D (or 0xAA691D) is known color: Hot Toddy. HEX triplet: AA, 69 and 1D. RGB value is (170,105,29). Sum of RGB (Red+Green+Blue) = 170+105+29=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA691D is #5596E2. Grayscale: #747474. Windows color (decimal): -5609187 or 1927594. OLE color: 1927594.
HSL color Cylindrical-coordinate representation of color #AA691D: hue angle of 32.34º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA691D is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 29 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.33 |
| HSL | 32.34º | 0.71% | 0.39% | - |
| HSV(B) | 32.34º | 0.83% | 0.67% | - |
| XYZ | 21.85 | 18.74 | 3.63 | - |
| YUV | 115.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 29 | 0 | 0.38 | 0.83 | 0.33 | 32.34 | 0.71 | 0.39 |
| Hex | AA | 69 | 1D | 0 | 26 | 53 | 21 | 20 | 47 | 27 |
| Octal | 252 | 151 | 35 | 0 | 46 | 123 | 41 | 40 | 107 | 47 |
| Binary | 10101010 | 1101001 | 11101 | 0 | 100110 | 1010011 | 100001 | 100000 | 1000111 | 100111 |
Color Harmonies of #AA691D
Complementary color
Monochromatic Colors of #AA691D
Black with #AA691D
Text Example
Text Example
White with #AA691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA691D; }
p { color: rgb(170,105,29); }
H1.HeaderClassName
{
color: #AA691D;
}
.AnyTagClassName
{
color: #AA691D;
}
</style>
background-color css
<style>
a { background-color: #AA691D; }
a { background-color: rgb(170,105,29); }
div.DivClassName
{
background-color: #AA691D;
}
.BgClassName
{
background-color: #AA691D;
}
</style>
border-color css
<style>
span { border-color: #AA691D; }
span { border-color: rgb(170,105,29); }
td.TdClassName
{
border-color: #AA691D;
}
.TagClassName
{
border-color: #AA691D;
}
</style>