Shades of Hot Toddy #AE681E
Tints of Hot Toddy #AE681E
RGB
CMYK
RGB Variations
Color information
#AE681E (or 0xAE681E) is known color: Hot Toddy. HEX triplet: AE, 68 and 1E. RGB value is (174,104,30). Sum of RGB (Red+Green+Blue) = 174+104+30=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE681E is #5197E1. Grayscale: #747474. Windows color (decimal): -5347298 or 1992878. OLE color: 1992878.
HSL color Cylindrical-coordinate representation of color #AE681E: hue angle of 30.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE681E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 30 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.32 |
| HSL | 30.83º | 0.71% | 0.4% | - |
| HSV(B) | 30.83º | 0.83% | 0.68% | - |
| XYZ | 22.64 | 18.99 | 3.7 | - |
| YUV | 116.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 30 | 0 | 0.40 | 0.83 | 0.32 | 30.83 | 0.71 | 0.4 |
| Hex | AE | 68 | 1E | 0 | 28 | 53 | 20 | 1F | 47 | 28 |
| Octal | 256 | 150 | 36 | 0 | 50 | 123 | 40 | 37 | 107 | 50 |
| Binary | 10101110 | 1101000 | 11110 | 0 | 101000 | 1010011 | 100000 | 11111 | 1000111 | 101000 |
Color Harmonies of #AE681E
Complementary color
Monochromatic Colors of #AE681E
Black with #AE681E
Text Example
Text Example
White with #AE681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE681E; }
p { color: rgb(174,104,30); }
H1.HeaderClassName
{
color: #AE681E;
}
.AnyTagClassName
{
color: #AE681E;
}
</style>
background-color css
<style>
a { background-color: #AE681E; }
a { background-color: rgb(174,104,30); }
div.DivClassName
{
background-color: #AE681E;
}
.BgClassName
{
background-color: #AE681E;
}
</style>
border-color css
<style>
span { border-color: #AE681E; }
span { border-color: rgb(174,104,30); }
td.TdClassName
{
border-color: #AE681E;
}
.TagClassName
{
border-color: #AE681E;
}
</style>