Shades of Hot Toddy #AE711C
Tints of Hot Toddy #AE711C
RGB
CMYK
RGB Variations
Color information
#AE711C (or 0xAE711C) is known color: Hot Toddy. HEX triplet: AE, 71 and 1C. RGB value is (174,113,28). Sum of RGB (Red+Green+Blue) = 174+113+28=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE711C is #518EE3. Grayscale: #797979. Windows color (decimal): -5344996 or 1864110. OLE color: 1864110.
HSL color Cylindrical-coordinate representation of color #AE711C: hue angle of 34.93º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE711C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 28 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.32 |
| HSL | 34.93º | 0.72% | 0.4% | - |
| HSV(B) | 34.93º | 0.84% | 0.68% | - |
| XYZ | 23.57 | 20.89 | 3.89 | - |
| YUV | 121.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 28 | 0 | 0.35 | 0.84 | 0.32 | 34.93 | 0.72 | 0.4 |
| Hex | AE | 71 | 1C | 0 | 23 | 54 | 20 | 23 | 48 | 28 |
| Octal | 256 | 161 | 34 | 0 | 43 | 124 | 40 | 43 | 110 | 50 |
| Binary | 10101110 | 1110001 | 11100 | 0 | 100011 | 1010100 | 100000 | 100011 | 1001000 | 101000 |
Color Harmonies of #AE711C
Complementary color
Monochromatic Colors of #AE711C
Black with #AE711C
Text Example
Text Example
White with #AE711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE711C; }
p { color: rgb(174,113,28); }
H1.HeaderClassName
{
color: #AE711C;
}
.AnyTagClassName
{
color: #AE711C;
}
</style>
background-color css
<style>
a { background-color: #AE711C; }
a { background-color: rgb(174,113,28); }
div.DivClassName
{
background-color: #AE711C;
}
.BgClassName
{
background-color: #AE711C;
}
</style>
border-color css
<style>
span { border-color: #AE711C; }
span { border-color: rgb(174,113,28); }
td.TdClassName
{
border-color: #AE711C;
}
.TagClassName
{
border-color: #AE711C;
}
</style>