Shades of Hot Toddy #AE741C
Tints of Hot Toddy #AE741C
RGB
CMYK
RGB Variations
Color information
#AE741C (or 0xAE741C) is known color: Hot Toddy. HEX triplet: AE, 74 and 1C. RGB value is (174,116,28). Sum of RGB (Red+Green+Blue) = 174+116+28=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE741C is #518BE3. Grayscale: #7B7B7B. Windows color (decimal): -5344228 or 1864878. OLE color: 1864878.
HSL color Cylindrical-coordinate representation of color #AE741C: hue angle of 36.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE741C is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 28 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.32 |
| HSL | 36.16º | 0.72% | 0.4% | - |
| HSV(B) | 36.16º | 0.84% | 0.68% | - |
| XYZ | 23.91 | 21.57 | 4 | - |
| YUV | 123.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 28 | 0 | 0.33 | 0.84 | 0.32 | 36.16 | 0.72 | 0.4 |
| Hex | AE | 74 | 1C | 0 | 21 | 54 | 20 | 24 | 48 | 28 |
| Octal | 256 | 164 | 34 | 0 | 41 | 124 | 40 | 44 | 110 | 50 |
| Binary | 10101110 | 1110100 | 11100 | 0 | 100001 | 1010100 | 100000 | 100100 | 1001000 | 101000 |
Color Harmonies of #AE741C
Complementary color
Monochromatic Colors of #AE741C
Black with #AE741C
Text Example
Text Example
White with #AE741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE741C; }
p { color: rgb(174,116,28); }
H1.HeaderClassName
{
color: #AE741C;
}
.AnyTagClassName
{
color: #AE741C;
}
</style>
background-color css
<style>
a { background-color: #AE741C; }
a { background-color: rgb(174,116,28); }
div.DivClassName
{
background-color: #AE741C;
}
.BgClassName
{
background-color: #AE741C;
}
</style>
border-color css
<style>
span { border-color: #AE741C; }
span { border-color: rgb(174,116,28); }
td.TdClassName
{
border-color: #AE741C;
}
.TagClassName
{
border-color: #AE741C;
}
</style>