Shades of Hot Toddy #AE7A20
Tints of Hot Toddy #AE7A20
RGB
CMYK
RGB Variations
Color information
#AE7A20 (or 0xAE7A20) is known color: Hot Toddy. HEX triplet: AE, 7A and 20. RGB value is (174,122,32). Sum of RGB (Red+Green+Blue) = 174+122+32=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A20 is #5185DF. Grayscale: #7F7F7F. Windows color (decimal): -5342688 or 2128558. OLE color: 2128558.
HSL color Cylindrical-coordinate representation of color #AE7A20: hue angle of 38.03º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE7A20 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 32 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.32 |
| HSL | 38.03º | 0.69% | 0.4% | - |
| HSV(B) | 38.03º | 0.82% | 0.68% | - |
| XYZ | 24.68 | 23.02 | 4.51 | - |
| YUV | 127.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 32 | 0 | 0.30 | 0.82 | 0.32 | 38.03 | 0.69 | 0.4 |
| Hex | AE | 7A | 20 | 0 | 1E | 52 | 20 | 26 | 45 | 28 |
| Octal | 256 | 172 | 40 | 0 | 36 | 122 | 40 | 46 | 105 | 50 |
| Binary | 10101110 | 1111010 | 100000 | 0 | 11110 | 1010010 | 100000 | 100110 | 1000101 | 101000 |
Color Harmonies of #AE7A20
Complementary color
Monochromatic Colors of #AE7A20
Black with #AE7A20
Text Example
Text Example
White with #AE7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A20; }
p { color: rgb(174,122,32); }
H1.HeaderClassName
{
color: #AE7A20;
}
.AnyTagClassName
{
color: #AE7A20;
}
</style>
background-color css
<style>
a { background-color: #AE7A20; }
a { background-color: rgb(174,122,32); }
div.DivClassName
{
background-color: #AE7A20;
}
.BgClassName
{
background-color: #AE7A20;
}
</style>
border-color css
<style>
span { border-color: #AE7A20; }
span { border-color: rgb(174,122,32); }
td.TdClassName
{
border-color: #AE7A20;
}
.TagClassName
{
border-color: #AE7A20;
}
</style>