Shades of Hot Toddy #AA751A
Tints of Hot Toddy #AA751A
RGB
CMYK
RGB Variations
Color information
#AA751A (or 0xAA751A) is known color: Hot Toddy. HEX triplet: AA, 75 and 1A. RGB value is (170,117,26). Sum of RGB (Red+Green+Blue) = 170+117+26=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA751A is #558AE5. Grayscale: #7A7A7A. Windows color (decimal): -5606118 or 1734058. OLE color: 1734058.
HSL color Cylindrical-coordinate representation of color #AA751A: hue angle of 37.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA751A is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 26 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.33 |
| HSL | 37.92º | 0.73% | 0.38% | - |
| HSV(B) | 37.92º | 0.85% | 0.67% | - |
| XYZ | 23.13 | 21.34 | 3.88 | - |
| YUV | 122.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 26 | 0 | 0.31 | 0.85 | 0.33 | 37.92 | 0.73 | 0.38 |
| Hex | AA | 75 | 1A | 0 | 1F | 55 | 21 | 26 | 49 | 26 |
| Octal | 252 | 165 | 32 | 0 | 37 | 125 | 41 | 46 | 111 | 46 |
| Binary | 10101010 | 1110101 | 11010 | 0 | 11111 | 1010101 | 100001 | 100110 | 1001001 | 100110 |
Color Harmonies of #AA751A
Complementary color
Monochromatic Colors of #AA751A
Black with #AA751A
Text Example
Text Example
White with #AA751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA751A; }
p { color: rgb(170,117,26); }
H1.HeaderClassName
{
color: #AA751A;
}
.AnyTagClassName
{
color: #AA751A;
}
</style>
background-color css
<style>
a { background-color: #AA751A; }
a { background-color: rgb(170,117,26); }
div.DivClassName
{
background-color: #AA751A;
}
.BgClassName
{
background-color: #AA751A;
}
</style>
border-color css
<style>
span { border-color: #AA751A; }
span { border-color: rgb(170,117,26); }
td.TdClassName
{
border-color: #AA751A;
}
.TagClassName
{
border-color: #AA751A;
}
</style>