Shades of Hot Toddy #AA6B1E
Tints of Hot Toddy #AA6B1E
RGB
CMYK
RGB Variations
Color information
#AA6B1E (or 0xAA6B1E) is known color: Hot Toddy. HEX triplet: AA, 6B and 1E. RGB value is (170,107,30). Sum of RGB (Red+Green+Blue) = 170+107+30=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B1E is #5594E1. Grayscale: #757575. Windows color (decimal): -5608674 or 1993642. OLE color: 1993642.
HSL color Cylindrical-coordinate representation of color #AA6B1E: hue angle of 33º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA6B1E is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 30 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.33 |
| HSL | 33º | 0.7% | 0.39% | - |
| HSV(B) | 33º | 0.82% | 0.67% | - |
| XYZ | 22.07 | 19.16 | 3.76 | - |
| YUV | 117.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 30 | 0 | 0.37 | 0.82 | 0.33 | 33 | 0.7 | 0.39 |
| Hex | AA | 6B | 1E | 0 | 25 | 52 | 21 | 21 | 46 | 27 |
| Octal | 252 | 153 | 36 | 0 | 45 | 122 | 41 | 41 | 106 | 47 |
| Binary | 10101010 | 1101011 | 11110 | 0 | 100101 | 1010010 | 100001 | 100001 | 1000110 | 100111 |
Color Harmonies of #AA6B1E
Complementary color
Monochromatic Colors of #AA6B1E
Black with #AA6B1E
Text Example
Text Example
White with #AA6B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B1E; }
p { color: rgb(170,107,30); }
H1.HeaderClassName
{
color: #AA6B1E;
}
.AnyTagClassName
{
color: #AA6B1E;
}
</style>
background-color css
<style>
a { background-color: #AA6B1E; }
a { background-color: rgb(170,107,30); }
div.DivClassName
{
background-color: #AA6B1E;
}
.BgClassName
{
background-color: #AA6B1E;
}
</style>
border-color css
<style>
span { border-color: #AA6B1E; }
span { border-color: rgb(170,107,30); }
td.TdClassName
{
border-color: #AA6B1E;
}
.TagClassName
{
border-color: #AA6B1E;
}
</style>