Shades of Hot Toddy #AA762D
Tints of Hot Toddy #AA762D
RGB
CMYK
RGB Variations
Color information
#AA762D (or 0xAA762D) is known color: Hot Toddy. HEX triplet: AA, 76 and 2D. RGB value is (170,118,45). Sum of RGB (Red+Green+Blue) = 170+118+45=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA762D is #5589D2. Grayscale: #7D7D7D. Windows color (decimal): -5605843 or 2979498. OLE color: 2979498.
HSL color Cylindrical-coordinate representation of color #AA762D: hue angle of 35.04º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA762D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 45 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.33 |
| HSL | 35.04º | 0.58% | 0.42% | - |
| HSV(B) | 35.04º | 0.74% | 0.67% | - |
| XYZ | 23.53 | 21.69 | 5.43 | - |
| YUV | 125.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 45 | 0 | 0.31 | 0.74 | 0.33 | 35.04 | 0.58 | 0.42 |
| Hex | AA | 76 | 2D | 0 | 1F | 4A | 21 | 23 | 3A | 2A |
| Octal | 252 | 166 | 55 | 0 | 37 | 112 | 41 | 43 | 72 | 52 |
| Binary | 10101010 | 1110110 | 101101 | 0 | 11111 | 1001010 | 100001 | 100011 | 111010 | 101010 |
Color Harmonies of #AA762D
Complementary color
Monochromatic Colors of #AA762D
Black with #AA762D
Text Example
Text Example
White with #AA762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA762D; }
p { color: rgb(170,118,45); }
H1.HeaderClassName
{
color: #AA762D;
}
.AnyTagClassName
{
color: #AA762D;
}
</style>
background-color css
<style>
a { background-color: #AA762D; }
a { background-color: rgb(170,118,45); }
div.DivClassName
{
background-color: #AA762D;
}
.BgClassName
{
background-color: #AA762D;
}
</style>
border-color css
<style>
span { border-color: #AA762D; }
span { border-color: rgb(170,118,45); }
td.TdClassName
{
border-color: #AA762D;
}
.TagClassName
{
border-color: #AA762D;
}
</style>