Shades of Hot Toddy #AE7421
Tints of Hot Toddy #AE7421
RGB
CMYK
RGB Variations
Color information
#AE7421 (or 0xAE7421) is known color: Hot Toddy. HEX triplet: AE, 74 and 21. RGB value is (174,116,33). Sum of RGB (Red+Green+Blue) = 174+116+33=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7421 is #518BDE. Grayscale: #7C7C7C. Windows color (decimal): -5344223 or 2192558. OLE color: 2192558.
HSL color Cylindrical-coordinate representation of color #AE7421: hue angle of 35.32º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE7421 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 33 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.32 |
| HSL | 35.32º | 0.68% | 0.41% | - |
| HSV(B) | 35.32º | 0.81% | 0.68% | - |
| XYZ | 23.98 | 21.6 | 4.34 | - |
| YUV | 123.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 33 | 0 | 0.33 | 0.81 | 0.32 | 35.32 | 0.68 | 0.41 |
| Hex | AE | 74 | 21 | 0 | 21 | 51 | 20 | 23 | 44 | 29 |
| Octal | 256 | 164 | 41 | 0 | 41 | 121 | 40 | 43 | 104 | 51 |
| Binary | 10101110 | 1110100 | 100001 | 0 | 100001 | 1010001 | 100000 | 100011 | 1000100 | 101001 |
Color Harmonies of #AE7421
Complementary color
Monochromatic Colors of #AE7421
Black with #AE7421
Text Example
Text Example
White with #AE7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7421; }
p { color: rgb(174,116,33); }
H1.HeaderClassName
{
color: #AE7421;
}
.AnyTagClassName
{
color: #AE7421;
}
</style>
background-color css
<style>
a { background-color: #AE7421; }
a { background-color: rgb(174,116,33); }
div.DivClassName
{
background-color: #AE7421;
}
.BgClassName
{
background-color: #AE7421;
}
</style>
border-color css
<style>
span { border-color: #AE7421; }
span { border-color: rgb(174,116,33); }
td.TdClassName
{
border-color: #AE7421;
}
.TagClassName
{
border-color: #AE7421;
}
</style>