Shades of Hot Toddy #AA6B1D
Tints of Hot Toddy #AA6B1D
RGB
CMYK
RGB Variations
Color information
#AA6B1D (or 0xAA6B1D) is known color: Hot Toddy. HEX triplet: AA, 6B and 1D. RGB value is (170,107,29). Sum of RGB (Red+Green+Blue) = 170+107+29=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B1D is #5594E2. Grayscale: #757575. Windows color (decimal): -5608675 or 1928106. OLE color: 1928106.
HSL color Cylindrical-coordinate representation of color #AA6B1D: hue angle of 33.19º 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 #AA6B1D is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 29 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.33 |
| HSL | 33.19º | 0.71% | 0.39% | - |
| HSV(B) | 33.19º | 0.83% | 0.67% | - |
| XYZ | 22.06 | 19.15 | 3.7 | - |
| YUV | 116.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 29 | 0 | 0.37 | 0.83 | 0.33 | 33.19 | 0.71 | 0.39 |
| Hex | AA | 6B | 1D | 0 | 25 | 53 | 21 | 21 | 47 | 27 |
| Octal | 252 | 153 | 35 | 0 | 45 | 123 | 41 | 41 | 107 | 47 |
| Binary | 10101010 | 1101011 | 11101 | 0 | 100101 | 1010011 | 100001 | 100001 | 1000111 | 100111 |
Color Harmonies of #AA6B1D
Complementary color
Monochromatic Colors of #AA6B1D
Black with #AA6B1D
Text Example
Text Example
White with #AA6B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B1D; }
p { color: rgb(170,107,29); }
H1.HeaderClassName
{
color: #AA6B1D;
}
.AnyTagClassName
{
color: #AA6B1D;
}
</style>
background-color css
<style>
a { background-color: #AA6B1D; }
a { background-color: rgb(170,107,29); }
div.DivClassName
{
background-color: #AA6B1D;
}
.BgClassName
{
background-color: #AA6B1D;
}
</style>
border-color css
<style>
span { border-color: #AA6B1D; }
span { border-color: rgb(170,107,29); }
td.TdClassName
{
border-color: #AA6B1D;
}
.TagClassName
{
border-color: #AA6B1D;
}
</style>