Shades of Hot Toddy #AB7332
Tints of Hot Toddy #AB7332
RGB
CMYK
RGB Variations
Color information
#AB7332 (or 0xAB7332) is known color: Hot Toddy. HEX triplet: AB, 73 and 32. RGB value is (171,115,50). Sum of RGB (Red+Green+Blue) = 171+115+50=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7332 is #548CCD. Grayscale: #7C7C7C. Windows color (decimal): -5541070 or 3306411. OLE color: 3306411.
HSL color Cylindrical-coordinate representation of color #AB7332: hue angle of 32.23º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB7332 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 50 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.33 |
| HSL | 32.23º | 0.55% | 0.43% | - |
| HSV(B) | 32.23º | 0.71% | 0.67% | - |
| XYZ | 23.5 | 21.15 | 5.86 | - |
| YUV | 124.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 50 | 0 | 0.33 | 0.71 | 0.33 | 32.23 | 0.55 | 0.43 |
| Hex | AB | 73 | 32 | 0 | 21 | 47 | 21 | 20 | 37 | 2B |
| Octal | 253 | 163 | 62 | 0 | 41 | 107 | 41 | 40 | 67 | 53 |
| Binary | 10101011 | 1110011 | 110010 | 0 | 100001 | 1000111 | 100001 | 100000 | 110111 | 101011 |
Color Harmonies of #AB7332
Complementary color
Monochromatic Colors of #AB7332
Black with #AB7332
Text Example
Text Example
White with #AB7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7332; }
p { color: rgb(171,115,50); }
H1.HeaderClassName
{
color: #AB7332;
}
.AnyTagClassName
{
color: #AB7332;
}
</style>
background-color css
<style>
a { background-color: #AB7332; }
a { background-color: rgb(171,115,50); }
div.DivClassName
{
background-color: #AB7332;
}
.BgClassName
{
background-color: #AB7332;
}
</style>
border-color css
<style>
span { border-color: #AB7332; }
span { border-color: rgb(171,115,50); }
td.TdClassName
{
border-color: #AB7332;
}
.TagClassName
{
border-color: #AB7332;
}
</style>