Shades of Hot Toddy #AE7520
Tints of Hot Toddy #AE7520
RGB
CMYK
RGB Variations
Color information
#AE7520 (or 0xAE7520) is known color: Hot Toddy. HEX triplet: AE, 75 and 20. RGB value is (174,117,32). Sum of RGB (Red+Green+Blue) = 174+117+32=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7520 is #518ADF. Grayscale: #7C7C7C. Windows color (decimal): -5343968 or 2127278. OLE color: 2127278.
HSL color Cylindrical-coordinate representation of color #AE7520: hue angle of 35.92º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE7520 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 32 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.32 |
| HSL | 35.92º | 0.69% | 0.4% | - |
| HSV(B) | 35.92º | 0.82% | 0.68% | - |
| XYZ | 24.08 | 21.83 | 4.31 | - |
| YUV | 124.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 32 | 0 | 0.33 | 0.82 | 0.32 | 35.92 | 0.69 | 0.4 |
| Hex | AE | 75 | 20 | 0 | 21 | 52 | 20 | 24 | 45 | 28 |
| Octal | 256 | 165 | 40 | 0 | 41 | 122 | 40 | 44 | 105 | 50 |
| Binary | 10101110 | 1110101 | 100000 | 0 | 100001 | 1010010 | 100000 | 100100 | 1000101 | 101000 |
Color Harmonies of #AE7520
Complementary color
Monochromatic Colors of #AE7520
Black with #AE7520
Text Example
Text Example
White with #AE7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7520; }
p { color: rgb(174,117,32); }
H1.HeaderClassName
{
color: #AE7520;
}
.AnyTagClassName
{
color: #AE7520;
}
</style>
background-color css
<style>
a { background-color: #AE7520; }
a { background-color: rgb(174,117,32); }
div.DivClassName
{
background-color: #AE7520;
}
.BgClassName
{
background-color: #AE7520;
}
</style>
border-color css
<style>
span { border-color: #AE7520; }
span { border-color: rgb(174,117,32); }
td.TdClassName
{
border-color: #AE7520;
}
.TagClassName
{
border-color: #AE7520;
}
</style>