Shades of Hot Toddy #AD691C
Tints of Hot Toddy #AD691C
RGB
CMYK
RGB Variations
Color information
#AD691C (or 0xAD691C) is known color: Hot Toddy. HEX triplet: AD, 69 and 1C. RGB value is (173,105,28). Sum of RGB (Red+Green+Blue) = 173+105+28=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD691C is #5296E3. Grayscale: #747474. Windows color (decimal): -5412580 or 1862061. OLE color: 1862061.
HSL color Cylindrical-coordinate representation of color #AD691C: hue angle of 31.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD691C is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 28 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.32 |
| HSL | 31.86º | 0.72% | 0.39% | - |
| HSV(B) | 31.86º | 0.84% | 0.68% | - |
| XYZ | 22.49 | 19.07 | 3.59 | - |
| YUV | 116.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 28 | 0 | 0.39 | 0.84 | 0.32 | 31.86 | 0.72 | 0.39 |
| Hex | AD | 69 | 1C | 0 | 27 | 54 | 20 | 20 | 48 | 27 |
| Octal | 255 | 151 | 34 | 0 | 47 | 124 | 40 | 40 | 110 | 47 |
| Binary | 10101101 | 1101001 | 11100 | 0 | 100111 | 1010100 | 100000 | 100000 | 1001000 | 100111 |
Color Harmonies of #AD691C
Complementary color
Monochromatic Colors of #AD691C
Black with #AD691C
Text Example
Text Example
White with #AD691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD691C; }
p { color: rgb(173,105,28); }
H1.HeaderClassName
{
color: #AD691C;
}
.AnyTagClassName
{
color: #AD691C;
}
</style>
background-color css
<style>
a { background-color: #AD691C; }
a { background-color: rgb(173,105,28); }
div.DivClassName
{
background-color: #AD691C;
}
.BgClassName
{
background-color: #AD691C;
}
</style>
border-color css
<style>
span { border-color: #AD691C; }
span { border-color: rgb(173,105,28); }
td.TdClassName
{
border-color: #AD691C;
}
.TagClassName
{
border-color: #AD691C;
}
</style>