Shades of Hot Toddy #AE742A
Tints of Hot Toddy #AE742A
RGB
CMYK
RGB Variations
Color information
#AE742A (or 0xAE742A) is known color: Hot Toddy. HEX triplet: AE, 74 and 2A. RGB value is (174,116,42). Sum of RGB (Red+Green+Blue) = 174+116+42=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE742A is #518BD5. Grayscale: #7D7D7D. Windows color (decimal): -5344214 or 2782382. OLE color: 2782382.
HSL color Cylindrical-coordinate representation of color #AE742A: hue angle of 33.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE742A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 42 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.32 |
| HSL | 33.64º | 0.61% | 0.42% | - |
| HSV(B) | 33.64º | 0.76% | 0.68% | - |
| XYZ | 24.12 | 21.66 | 5.1 | - |
| YUV | 124.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 42 | 0 | 0.33 | 0.76 | 0.32 | 33.64 | 0.61 | 0.42 |
| Hex | AE | 74 | 2A | 0 | 21 | 4C | 20 | 22 | 3D | 2A |
| Octal | 256 | 164 | 52 | 0 | 41 | 114 | 40 | 42 | 75 | 52 |
| Binary | 10101110 | 1110100 | 101010 | 0 | 100001 | 1001100 | 100000 | 100010 | 111101 | 101010 |
Color Harmonies of #AE742A
Complementary color
Monochromatic Colors of #AE742A
Black with #AE742A
Text Example
Text Example
White with #AE742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE742A; }
p { color: rgb(174,116,42); }
H1.HeaderClassName
{
color: #AE742A;
}
.AnyTagClassName
{
color: #AE742A;
}
</style>
background-color css
<style>
a { background-color: #AE742A; }
a { background-color: rgb(174,116,42); }
div.DivClassName
{
background-color: #AE742A;
}
.BgClassName
{
background-color: #AE742A;
}
</style>
border-color css
<style>
span { border-color: #AE742A; }
span { border-color: rgb(174,116,42); }
td.TdClassName
{
border-color: #AE742A;
}
.TagClassName
{
border-color: #AE742A;
}
</style>