Shades of Hot Toddy #AB7C32
Tints of Hot Toddy #AB7C32
RGB
CMYK
RGB Variations
Color information
#AB7C32 (or 0xAB7C32) is known color: Hot Toddy. HEX triplet: AB, 7C and 32. RGB value is (171,124,50). Sum of RGB (Red+Green+Blue) = 171+124+50=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C32 is #5483CD. Grayscale: #818181. Windows color (decimal): -5538766 or 3308715. OLE color: 3308715.
HSL color Cylindrical-coordinate representation of color #AB7C32: hue angle of 36.69º 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 #AB7C32 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 50 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.33 |
| HSL | 36.69º | 0.55% | 0.43% | - |
| HSV(B) | 36.69º | 0.71% | 0.67% | - |
| XYZ | 24.58 | 23.3 | 6.22 | - |
| YUV | 129.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 50 | 0 | 0.27 | 0.71 | 0.33 | 36.69 | 0.55 | 0.43 |
| Hex | AB | 7C | 32 | 0 | 1B | 47 | 21 | 25 | 37 | 2B |
| Octal | 253 | 174 | 62 | 0 | 33 | 107 | 41 | 45 | 67 | 53 |
| Binary | 10101011 | 1111100 | 110010 | 0 | 11011 | 1000111 | 100001 | 100101 | 110111 | 101011 |
Color Harmonies of #AB7C32
Complementary color
Monochromatic Colors of #AB7C32
Black with #AB7C32
Text Example
Text Example
White with #AB7C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C32; }
p { color: rgb(171,124,50); }
H1.HeaderClassName
{
color: #AB7C32;
}
.AnyTagClassName
{
color: #AB7C32;
}
</style>
background-color css
<style>
a { background-color: #AB7C32; }
a { background-color: rgb(171,124,50); }
div.DivClassName
{
background-color: #AB7C32;
}
.BgClassName
{
background-color: #AB7C32;
}
</style>
border-color css
<style>
span { border-color: #AB7C32; }
span { border-color: rgb(171,124,50); }
td.TdClassName
{
border-color: #AB7C32;
}
.TagClassName
{
border-color: #AB7C32;
}
</style>