Shades of Hot Toddy #AB731B
Tints of Hot Toddy #AB731B
RGB
CMYK
RGB Variations
Color information
#AB731B (or 0xAB731B) is known color: Hot Toddy. HEX triplet: AB, 73 and 1B. RGB value is (171,115,27). Sum of RGB (Red+Green+Blue) = 171+115+27=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB731B is #548CE4. Grayscale: #7A7A7A. Windows color (decimal): -5541093 or 1799083. OLE color: 1799083.
HSL color Cylindrical-coordinate representation of color #AB731B: hue angle of 36.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB731B is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 27 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.33 |
| HSL | 36.67º | 0.73% | 0.39% | - |
| HSV(B) | 36.67º | 0.84% | 0.67% | - |
| XYZ | 23.12 | 21 | 3.87 | - |
| YUV | 121.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 27 | 0 | 0.33 | 0.84 | 0.33 | 36.67 | 0.73 | 0.39 |
| Hex | AB | 73 | 1B | 0 | 21 | 54 | 21 | 25 | 49 | 27 |
| Octal | 253 | 163 | 33 | 0 | 41 | 124 | 41 | 45 | 111 | 47 |
| Binary | 10101011 | 1110011 | 11011 | 0 | 100001 | 1010100 | 100001 | 100101 | 1001001 | 100111 |
Color Harmonies of #AB731B
Complementary color
Monochromatic Colors of #AB731B
Black with #AB731B
Text Example
Text Example
White with #AB731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB731B; }
p { color: rgb(171,115,27); }
H1.HeaderClassName
{
color: #AB731B;
}
.AnyTagClassName
{
color: #AB731B;
}
</style>
background-color css
<style>
a { background-color: #AB731B; }
a { background-color: rgb(171,115,27); }
div.DivClassName
{
background-color: #AB731B;
}
.BgClassName
{
background-color: #AB731B;
}
</style>
border-color css
<style>
span { border-color: #AB731B; }
span { border-color: rgb(171,115,27); }
td.TdClassName
{
border-color: #AB731B;
}
.TagClassName
{
border-color: #AB731B;
}
</style>