Shades of Hot Toddy #AE752A
Tints of Hot Toddy #AE752A
RGB
CMYK
RGB Variations
Color information
#AE752A (or 0xAE752A) is known color: Hot Toddy. HEX triplet: AE, 75 and 2A. RGB value is (174,117,42). Sum of RGB (Red+Green+Blue) = 174+117+42=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE752A is #518AD5. Grayscale: #7D7D7D. Windows color (decimal): -5343958 or 2782638. OLE color: 2782638.
HSL color Cylindrical-coordinate representation of color #AE752A: hue angle of 34.09º 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 #AE752A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 42 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.32 |
| HSL | 34.09º | 0.61% | 0.42% | - |
| HSV(B) | 34.09º | 0.76% | 0.68% | - |
| XYZ | 24.23 | 21.89 | 5.14 | - |
| YUV | 125.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 42 | 0 | 0.33 | 0.76 | 0.32 | 34.09 | 0.61 | 0.42 |
| Hex | AE | 75 | 2A | 0 | 21 | 4C | 20 | 22 | 3D | 2A |
| Octal | 256 | 165 | 52 | 0 | 41 | 114 | 40 | 42 | 75 | 52 |
| Binary | 10101110 | 1110101 | 101010 | 0 | 100001 | 1001100 | 100000 | 100010 | 111101 | 101010 |
Color Harmonies of #AE752A
Complementary color
Monochromatic Colors of #AE752A
Black with #AE752A
Text Example
Text Example
White with #AE752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE752A; }
p { color: rgb(174,117,42); }
H1.HeaderClassName
{
color: #AE752A;
}
.AnyTagClassName
{
color: #AE752A;
}
</style>
background-color css
<style>
a { background-color: #AE752A; }
a { background-color: rgb(174,117,42); }
div.DivClassName
{
background-color: #AE752A;
}
.BgClassName
{
background-color: #AE752A;
}
</style>
border-color css
<style>
span { border-color: #AE752A; }
span { border-color: rgb(174,117,42); }
td.TdClassName
{
border-color: #AE752A;
}
.TagClassName
{
border-color: #AE752A;
}
</style>