Shades of Hot Toddy #AE681C
Tints of Hot Toddy #AE681C
RGB
CMYK
RGB Variations
Color information
#AE681C (or 0xAE681C) is known color: Hot Toddy. HEX triplet: AE, 68 and 1C. RGB value is (174,104,28). Sum of RGB (Red+Green+Blue) = 174+104+28=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE681C is #5197E3. Grayscale: #747474. Windows color (decimal): -5347300 or 1861806. OLE color: 1861806.
HSL color Cylindrical-coordinate representation of color #AE681C: hue angle of 31.23º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE681C is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 28 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.32 |
| HSL | 31.23º | 0.72% | 0.4% | - |
| HSV(B) | 31.23º | 0.84% | 0.68% | - |
| XYZ | 22.62 | 18.98 | 3.57 | - |
| YUV | 116.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 28 | 0 | 0.40 | 0.84 | 0.32 | 31.23 | 0.72 | 0.4 |
| Hex | AE | 68 | 1C | 0 | 28 | 54 | 20 | 1F | 48 | 28 |
| Octal | 256 | 150 | 34 | 0 | 50 | 124 | 40 | 37 | 110 | 50 |
| Binary | 10101110 | 1101000 | 11100 | 0 | 101000 | 1010100 | 100000 | 11111 | 1001000 | 101000 |
Color Harmonies of #AE681C
Complementary color
Monochromatic Colors of #AE681C
Black with #AE681C
Text Example
Text Example
White with #AE681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE681C; }
p { color: rgb(174,104,28); }
H1.HeaderClassName
{
color: #AE681C;
}
.AnyTagClassName
{
color: #AE681C;
}
</style>
background-color css
<style>
a { background-color: #AE681C; }
a { background-color: rgb(174,104,28); }
div.DivClassName
{
background-color: #AE681C;
}
.BgClassName
{
background-color: #AE681C;
}
</style>
border-color css
<style>
span { border-color: #AE681C; }
span { border-color: rgb(174,104,28); }
td.TdClassName
{
border-color: #AE681C;
}
.TagClassName
{
border-color: #AE681C;
}
</style>