Shades of Hot Toddy #A88032
Tints of Hot Toddy #A88032
RGB
CMYK
RGB Variations
Color information
#A88032 (or 0xA88032) is known color: Hot Toddy. HEX triplet: A8, 80 and 32. RGB value is (168,128,50). Sum of RGB (Red+Green+Blue) = 168+128+50=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A88032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88032 is #577FCD. Grayscale: #838383. Windows color (decimal): -5734350 or 3309736. OLE color: 3309736.
HSL color Cylindrical-coordinate representation of color #A88032: hue angle of 39.66º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A88032 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 50 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.34 |
| HSL | 39.66º | 0.54% | 0.43% | - |
| HSV(B) | 39.66º | 0.7% | 0.66% | - |
| XYZ | 24.44 | 23.99 | 6.36 | - |
| YUV | 131.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 50 | 0 | 0.24 | 0.70 | 0.34 | 39.66 | 0.54 | 0.43 |
| Hex | A8 | 80 | 32 | 0 | 18 | 46 | 22 | 28 | 36 | 2B |
| Octal | 250 | 200 | 62 | 0 | 30 | 106 | 42 | 50 | 66 | 53 |
| Binary | 10101000 | 10000000 | 110010 | 0 | 11000 | 1000110 | 100010 | 101000 | 110110 | 101011 |
Color Harmonies of #A88032
Complementary color
Monochromatic Colors of #A88032
Black with #A88032
Text Example
Text Example
White with #A88032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88032; }
p { color: rgb(168,128,50); }
H1.HeaderClassName
{
color: #A88032;
}
.AnyTagClassName
{
color: #A88032;
}
</style>
background-color css
<style>
a { background-color: #A88032; }
a { background-color: rgb(168,128,50); }
div.DivClassName
{
background-color: #A88032;
}
.BgClassName
{
background-color: #A88032;
}
</style>
border-color css
<style>
span { border-color: #A88032; }
span { border-color: rgb(168,128,50); }
td.TdClassName
{
border-color: #A88032;
}
.TagClassName
{
border-color: #A88032;
}
</style>