Shades of Hot Toddy #AA751D
Tints of Hot Toddy #AA751D
RGB
CMYK
RGB Variations
Color information
#AA751D (or 0xAA751D) is known color: Hot Toddy. HEX triplet: AA, 75 and 1D. RGB value is (170,117,29). Sum of RGB (Red+Green+Blue) = 170+117+29=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA751D is #558AE2. Grayscale: #7B7B7B. Windows color (decimal): -5606115 or 1930666. OLE color: 1930666.
HSL color Cylindrical-coordinate representation of color #AA751D: hue angle of 37.45º 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 #AA751D is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 29 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.33 |
| HSL | 37.45º | 0.71% | 0.39% | - |
| HSV(B) | 37.45º | 0.83% | 0.67% | - |
| XYZ | 23.16 | 21.36 | 4.06 | - |
| YUV | 122.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 29 | 0 | 0.31 | 0.83 | 0.33 | 37.45 | 0.71 | 0.39 |
| Hex | AA | 75 | 1D | 0 | 1F | 53 | 21 | 25 | 47 | 27 |
| Octal | 252 | 165 | 35 | 0 | 37 | 123 | 41 | 45 | 107 | 47 |
| Binary | 10101010 | 1110101 | 11101 | 0 | 11111 | 1010011 | 100001 | 100101 | 1000111 | 100111 |
Color Harmonies of #AA751D
Complementary color
Monochromatic Colors of #AA751D
Black with #AA751D
Text Example
Text Example
White with #AA751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA751D; }
p { color: rgb(170,117,29); }
H1.HeaderClassName
{
color: #AA751D;
}
.AnyTagClassName
{
color: #AA751D;
}
</style>
background-color css
<style>
a { background-color: #AA751D; }
a { background-color: rgb(170,117,29); }
div.DivClassName
{
background-color: #AA751D;
}
.BgClassName
{
background-color: #AA751D;
}
</style>
border-color css
<style>
span { border-color: #AA751D; }
span { border-color: rgb(170,117,29); }
td.TdClassName
{
border-color: #AA751D;
}
.TagClassName
{
border-color: #AA751D;
}
</style>