Shades of Hot Toddy #A8732C
Tints of Hot Toddy #A8732C
RGB
CMYK
RGB Variations
Color information
#A8732C (or 0xA8732C) is known color: Hot Toddy. HEX triplet: A8, 73 and 2C. RGB value is (168,115,44). Sum of RGB (Red+Green+Blue) = 168+115+44=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8732C is #578CD3. Grayscale: #7B7B7B. Windows color (decimal): -5737684 or 2913192. OLE color: 2913192.
HSL color Cylindrical-coordinate representation of color #A8732C: hue angle of 34.35º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8732C is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 44 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.34 |
| HSL | 34.35º | 0.58% | 0.42% | - |
| HSV(B) | 34.35º | 0.74% | 0.66% | - |
| XYZ | 22.73 | 20.77 | 5.19 | - |
| YUV | 122.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 44 | 0 | 0.32 | 0.74 | 0.34 | 34.35 | 0.58 | 0.42 |
| Hex | A8 | 73 | 2C | 0 | 20 | 4A | 22 | 22 | 3A | 2A |
| Octal | 250 | 163 | 54 | 0 | 40 | 112 | 42 | 42 | 72 | 52 |
| Binary | 10101000 | 1110011 | 101100 | 0 | 100000 | 1001010 | 100010 | 100010 | 111010 | 101010 |
Color Harmonies of #A8732C
Complementary color
Monochromatic Colors of #A8732C
Black with #A8732C
Text Example
Text Example
White with #A8732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8732C; }
p { color: rgb(168,115,44); }
H1.HeaderClassName
{
color: #A8732C;
}
.AnyTagClassName
{
color: #A8732C;
}
</style>
background-color css
<style>
a { background-color: #A8732C; }
a { background-color: rgb(168,115,44); }
div.DivClassName
{
background-color: #A8732C;
}
.BgClassName
{
background-color: #A8732C;
}
</style>
border-color css
<style>
span { border-color: #A8732C; }
span { border-color: rgb(168,115,44); }
td.TdClassName
{
border-color: #A8732C;
}
.TagClassName
{
border-color: #A8732C;
}
</style>