Shades of Hot Toddy #AE7220
Tints of Hot Toddy #AE7220
RGB
CMYK
RGB Variations
Color information
#AE7220 (or 0xAE7220) is known color: Hot Toddy. HEX triplet: AE, 72 and 20. RGB value is (174,114,32). Sum of RGB (Red+Green+Blue) = 174+114+32=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7220 is #518DDF. Grayscale: #7A7A7A. Windows color (decimal): -5344736 or 2126510. OLE color: 2126510.
HSL color Cylindrical-coordinate representation of color #AE7220: hue angle of 34.65º 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 #AE7220 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 32 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.32 |
| HSL | 34.65º | 0.69% | 0.4% | - |
| HSV(B) | 34.65º | 0.82% | 0.68% | - |
| XYZ | 23.73 | 21.14 | 4.2 | - |
| YUV | 122.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 32 | 0 | 0.34 | 0.82 | 0.32 | 34.65 | 0.69 | 0.4 |
| Hex | AE | 72 | 20 | 0 | 22 | 52 | 20 | 23 | 45 | 28 |
| Octal | 256 | 162 | 40 | 0 | 42 | 122 | 40 | 43 | 105 | 50 |
| Binary | 10101110 | 1110010 | 100000 | 0 | 100010 | 1010010 | 100000 | 100011 | 1000101 | 101000 |
Color Harmonies of #AE7220
Complementary color
Monochromatic Colors of #AE7220
Black with #AE7220
Text Example
Text Example
White with #AE7220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7220; }
p { color: rgb(174,114,32); }
H1.HeaderClassName
{
color: #AE7220;
}
.AnyTagClassName
{
color: #AE7220;
}
</style>
background-color css
<style>
a { background-color: #AE7220; }
a { background-color: rgb(174,114,32); }
div.DivClassName
{
background-color: #AE7220;
}
.BgClassName
{
background-color: #AE7220;
}
</style>
border-color css
<style>
span { border-color: #AE7220; }
span { border-color: rgb(174,114,32); }
td.TdClassName
{
border-color: #AE7220;
}
.TagClassName
{
border-color: #AE7220;
}
</style>