Shades of Hot Toddy #AE761D
Tints of Hot Toddy #AE761D
RGB
CMYK
RGB Variations
Color information
#AE761D (or 0xAE761D) is known color: Hot Toddy. HEX triplet: AE, 76 and 1D. RGB value is (174,118,29). Sum of RGB (Red+Green+Blue) = 174+118+29=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE761D is #5189E2. Grayscale: #7D7D7D. Windows color (decimal): -5343715 or 1930926. OLE color: 1930926.
HSL color Cylindrical-coordinate representation of color #AE761D: hue angle of 36.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE761D is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 29 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.32 |
| HSL | 36.83º | 0.71% | 0.4% | - |
| HSV(B) | 36.83º | 0.83% | 0.68% | - |
| XYZ | 24.16 | 22.04 | 4.14 | - |
| YUV | 124.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 29 | 0 | 0.32 | 0.83 | 0.32 | 36.83 | 0.71 | 0.4 |
| Hex | AE | 76 | 1D | 0 | 20 | 53 | 20 | 25 | 47 | 28 |
| Octal | 256 | 166 | 35 | 0 | 40 | 123 | 40 | 45 | 107 | 50 |
| Binary | 10101110 | 1110110 | 11101 | 0 | 100000 | 1010011 | 100000 | 100101 | 1000111 | 101000 |
Color Harmonies of #AE761D
Complementary color
Monochromatic Colors of #AE761D
Black with #AE761D
Text Example
Text Example
White with #AE761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE761D; }
p { color: rgb(174,118,29); }
H1.HeaderClassName
{
color: #AE761D;
}
.AnyTagClassName
{
color: #AE761D;
}
</style>
background-color css
<style>
a { background-color: #AE761D; }
a { background-color: rgb(174,118,29); }
div.DivClassName
{
background-color: #AE761D;
}
.BgClassName
{
background-color: #AE761D;
}
</style>
border-color css
<style>
span { border-color: #AE761D; }
span { border-color: rgb(174,118,29); }
td.TdClassName
{
border-color: #AE761D;
}
.TagClassName
{
border-color: #AE761D;
}
</style>