Shades of Hot Toddy #AB7D32
Tints of Hot Toddy #AB7D32
RGB
CMYK
RGB Variations
Color information
#AB7D32 (or 0xAB7D32) is known color: Hot Toddy. HEX triplet: AB, 7D and 32. RGB value is (171,125,50). Sum of RGB (Red+Green+Blue) = 171+125+50=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D32 is #5482CD. Grayscale: #828282. Windows color (decimal): -5538510 or 3308971. OLE color: 3308971.
HSL color Cylindrical-coordinate representation of color #AB7D32: hue angle of 37.19º 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 #AB7D32 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 50 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.33 |
| HSL | 37.19º | 0.55% | 0.43% | - |
| HSV(B) | 37.19º | 0.71% | 0.67% | - |
| XYZ | 24.7 | 23.56 | 6.26 | - |
| YUV | 130.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 50 | 0 | 0.27 | 0.71 | 0.33 | 37.19 | 0.55 | 0.43 |
| Hex | AB | 7D | 32 | 0 | 1B | 47 | 21 | 25 | 37 | 2B |
| Octal | 253 | 175 | 62 | 0 | 33 | 107 | 41 | 45 | 67 | 53 |
| Binary | 10101011 | 1111101 | 110010 | 0 | 11011 | 1000111 | 100001 | 100101 | 110111 | 101011 |
Color Harmonies of #AB7D32
Complementary color
Monochromatic Colors of #AB7D32
Black with #AB7D32
Text Example
Text Example
White with #AB7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D32; }
p { color: rgb(171,125,50); }
H1.HeaderClassName
{
color: #AB7D32;
}
.AnyTagClassName
{
color: #AB7D32;
}
</style>
background-color css
<style>
a { background-color: #AB7D32; }
a { background-color: rgb(171,125,50); }
div.DivClassName
{
background-color: #AB7D32;
}
.BgClassName
{
background-color: #AB7D32;
}
</style>
border-color css
<style>
span { border-color: #AB7D32; }
span { border-color: rgb(171,125,50); }
td.TdClassName
{
border-color: #AB7D32;
}
.TagClassName
{
border-color: #AB7D32;
}
</style>