Shades of Hot Toddy #AB7130
Tints of Hot Toddy #AB7130
RGB
CMYK
RGB Variations
Color information
#AB7130 (or 0xAB7130) is known color: Hot Toddy. HEX triplet: AB, 71 and 30. RGB value is (171,113,48). Sum of RGB (Red+Green+Blue) = 171+113+48=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7130 is #548ECF. Grayscale: #7B7B7B. Windows color (decimal): -5541584 or 3174827. OLE color: 3174827.
HSL color Cylindrical-coordinate representation of color #AB7130: hue angle of 31.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB7130 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 48 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.33 |
| HSL | 31.71º | 0.56% | 0.43% | - |
| HSV(B) | 31.71º | 0.72% | 0.67% | - |
| XYZ | 23.23 | 20.68 | 5.56 | - |
| YUV | 122.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 48 | 0 | 0.34 | 0.72 | 0.33 | 31.71 | 0.56 | 0.43 |
| Hex | AB | 71 | 30 | 0 | 22 | 48 | 21 | 20 | 38 | 2B |
| Octal | 253 | 161 | 60 | 0 | 42 | 110 | 41 | 40 | 70 | 53 |
| Binary | 10101011 | 1110001 | 110000 | 0 | 100010 | 1001000 | 100001 | 100000 | 111000 | 101011 |
Color Harmonies of #AB7130
Complementary color
Monochromatic Colors of #AB7130
Black with #AB7130
Text Example
Text Example
White with #AB7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7130; }
p { color: rgb(171,113,48); }
H1.HeaderClassName
{
color: #AB7130;
}
.AnyTagClassName
{
color: #AB7130;
}
</style>
background-color css
<style>
a { background-color: #AB7130; }
a { background-color: rgb(171,113,48); }
div.DivClassName
{
background-color: #AB7130;
}
.BgClassName
{
background-color: #AB7130;
}
</style>
border-color css
<style>
span { border-color: #AB7130; }
span { border-color: rgb(171,113,48); }
td.TdClassName
{
border-color: #AB7130;
}
.TagClassName
{
border-color: #AB7130;
}
</style>