Shades of Hot Toddy #AE721B
Tints of Hot Toddy #AE721B
RGB
CMYK
RGB Variations
Color information
#AE721B (or 0xAE721B) is known color: Hot Toddy. HEX triplet: AE, 72 and 1B. RGB value is (174,114,27). Sum of RGB (Red+Green+Blue) = 174+114+27=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE721B is #518DE4. Grayscale: #7A7A7A. Windows color (decimal): -5344741 or 1798830. OLE color: 1798830.
HSL color Cylindrical-coordinate representation of color #AE721B: hue angle of 35.51º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE721B is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 27 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.32 |
| HSL | 35.51º | 0.73% | 0.39% | - |
| HSV(B) | 35.51º | 0.84% | 0.68% | - |
| XYZ | 23.67 | 21.11 | 3.86 | - |
| YUV | 122.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 27 | 0 | 0.34 | 0.84 | 0.32 | 35.51 | 0.73 | 0.39 |
| Hex | AE | 72 | 1B | 0 | 22 | 54 | 20 | 24 | 49 | 27 |
| Octal | 256 | 162 | 33 | 0 | 42 | 124 | 40 | 44 | 111 | 47 |
| Binary | 10101110 | 1110010 | 11011 | 0 | 100010 | 1010100 | 100000 | 100100 | 1001001 | 100111 |
Color Harmonies of #AE721B
Complementary color
Monochromatic Colors of #AE721B
Black with #AE721B
Text Example
Text Example
White with #AE721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE721B; }
p { color: rgb(174,114,27); }
H1.HeaderClassName
{
color: #AE721B;
}
.AnyTagClassName
{
color: #AE721B;
}
</style>
background-color css
<style>
a { background-color: #AE721B; }
a { background-color: rgb(174,114,27); }
div.DivClassName
{
background-color: #AE721B;
}
.BgClassName
{
background-color: #AE721B;
}
</style>
border-color css
<style>
span { border-color: #AE721B; }
span { border-color: rgb(174,114,27); }
td.TdClassName
{
border-color: #AE721B;
}
.TagClassName
{
border-color: #AE721B;
}
</style>