Shades of Hot Toddy #AE722C
Tints of Hot Toddy #AE722C
RGB
CMYK
RGB Variations
Color information
#AE722C (or 0xAE722C) is known color: Hot Toddy. HEX triplet: AE, 72 and 2C. RGB value is (174,114,44). Sum of RGB (Red+Green+Blue) = 174+114+44=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE722C is #518DD3. Grayscale: #7C7C7C. Windows color (decimal): -5344724 or 2912942. OLE color: 2912942.
HSL color Cylindrical-coordinate representation of color #AE722C: hue angle of 32.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE722C is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 44 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.32 |
| HSL | 32.31º | 0.6% | 0.43% | - |
| HSV(B) | 32.31º | 0.75% | 0.68% | - |
| XYZ | 23.93 | 21.22 | 5.22 | - |
| YUV | 123.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 44 | 0 | 0.34 | 0.75 | 0.32 | 32.31 | 0.6 | 0.43 |
| Hex | AE | 72 | 2C | 0 | 22 | 4B | 20 | 20 | 3C | 2B |
| Octal | 256 | 162 | 54 | 0 | 42 | 113 | 40 | 40 | 74 | 53 |
| Binary | 10101110 | 1110010 | 101100 | 0 | 100010 | 1001011 | 100000 | 100000 | 111100 | 101011 |
Color Harmonies of #AE722C
Complementary color
Monochromatic Colors of #AE722C
Black with #AE722C
Text Example
Text Example
White with #AE722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE722C; }
p { color: rgb(174,114,44); }
H1.HeaderClassName
{
color: #AE722C;
}
.AnyTagClassName
{
color: #AE722C;
}
</style>
background-color css
<style>
a { background-color: #AE722C; }
a { background-color: rgb(174,114,44); }
div.DivClassName
{
background-color: #AE722C;
}
.BgClassName
{
background-color: #AE722C;
}
</style>
border-color css
<style>
span { border-color: #AE722C; }
span { border-color: rgb(174,114,44); }
td.TdClassName
{
border-color: #AE722C;
}
.TagClassName
{
border-color: #AE722C;
}
</style>