Shades of Hot Toddy #AE752F
Tints of Hot Toddy #AE752F
RGB
CMYK
RGB Variations
Color information
#AE752F (or 0xAE752F) is known color: Hot Toddy. HEX triplet: AE, 75 and 2F. RGB value is (174,117,47). Sum of RGB (Red+Green+Blue) = 174+117+47=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE752F is #518AD0. Grayscale: #7E7E7E. Windows color (decimal): -5343953 or 3110318. OLE color: 3110318.
HSL color Cylindrical-coordinate representation of color #AE752F: hue angle of 33.07º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE752F is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 47 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.32 |
| HSL | 33.07º | 0.57% | 0.43% | - |
| HSV(B) | 33.07º | 0.73% | 0.68% | - |
| XYZ | 24.33 | 21.93 | 5.64 | - |
| YUV | 126.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 47 | 0 | 0.33 | 0.73 | 0.32 | 33.07 | 0.57 | 0.43 |
| Hex | AE | 75 | 2F | 0 | 21 | 49 | 20 | 21 | 39 | 2B |
| Octal | 256 | 165 | 57 | 0 | 41 | 111 | 40 | 41 | 71 | 53 |
| Binary | 10101110 | 1110101 | 101111 | 0 | 100001 | 1001001 | 100000 | 100001 | 111001 | 101011 |
Color Harmonies of #AE752F
Complementary color
Monochromatic Colors of #AE752F
Black with #AE752F
Text Example
Text Example
White with #AE752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE752F; }
p { color: rgb(174,117,47); }
H1.HeaderClassName
{
color: #AE752F;
}
.AnyTagClassName
{
color: #AE752F;
}
</style>
background-color css
<style>
a { background-color: #AE752F; }
a { background-color: rgb(174,117,47); }
div.DivClassName
{
background-color: #AE752F;
}
.BgClassName
{
background-color: #AE752F;
}
</style>
border-color css
<style>
span { border-color: #AE752F; }
span { border-color: rgb(174,117,47); }
td.TdClassName
{
border-color: #AE752F;
}
.TagClassName
{
border-color: #AE752F;
}
</style>