Shades of Hot Toddy #AA731F
Tints of Hot Toddy #AA731F
RGB
CMYK
RGB Variations
Color information
#AA731F (or 0xAA731F) is known color: Hot Toddy. HEX triplet: AA, 73 and 1F. RGB value is (170,115,31). Sum of RGB (Red+Green+Blue) = 170+115+31=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA731F is #558CE0. Grayscale: #7A7A7A. Windows color (decimal): -5606625 or 2061226. OLE color: 2061226.
HSL color Cylindrical-coordinate representation of color #AA731F: hue angle of 36.26º degrees, saturation: 0.69, 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 #AA731F is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 31 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.33 |
| HSL | 36.26º | 0.69% | 0.39% | - |
| HSV(B) | 36.26º | 0.82% | 0.67% | - |
| XYZ | 22.96 | 20.91 | 4.12 | - |
| YUV | 121.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 31 | 0 | 0.32 | 0.82 | 0.33 | 36.26 | 0.69 | 0.39 |
| Hex | AA | 73 | 1F | 0 | 20 | 52 | 21 | 24 | 45 | 27 |
| Octal | 252 | 163 | 37 | 0 | 40 | 122 | 41 | 44 | 105 | 47 |
| Binary | 10101010 | 1110011 | 11111 | 0 | 100000 | 1010010 | 100001 | 100100 | 1000101 | 100111 |
Color Harmonies of #AA731F
Complementary color
Monochromatic Colors of #AA731F
Black with #AA731F
Text Example
Text Example
White with #AA731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA731F; }
p { color: rgb(170,115,31); }
H1.HeaderClassName
{
color: #AA731F;
}
.AnyTagClassName
{
color: #AA731F;
}
</style>
background-color css
<style>
a { background-color: #AA731F; }
a { background-color: rgb(170,115,31); }
div.DivClassName
{
background-color: #AA731F;
}
.BgClassName
{
background-color: #AA731F;
}
</style>
border-color css
<style>
span { border-color: #AA731F; }
span { border-color: rgb(170,115,31); }
td.TdClassName
{
border-color: #AA731F;
}
.TagClassName
{
border-color: #AA731F;
}
</style>