Shades of Hot Toddy #AB731A
Tints of Hot Toddy #AB731A
RGB
CMYK
RGB Variations
Color information
#AB731A (or 0xAB731A) is known color: Hot Toddy. HEX triplet: AB, 73 and 1A. RGB value is (171,115,26). Sum of RGB (Red+Green+Blue) = 171+115+26=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB731A is #548CE5. Grayscale: #7A7A7A. Windows color (decimal): -5541094 or 1733547. OLE color: 1733547.
HSL color Cylindrical-coordinate representation of color #AB731A: hue angle of 36.83º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB731A is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 26 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.33 |
| HSL | 36.83º | 0.74% | 0.39% | - |
| HSV(B) | 36.83º | 0.85% | 0.67% | - |
| XYZ | 23.11 | 20.99 | 3.81 | - |
| YUV | 121.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 26 | 0 | 0.33 | 0.85 | 0.33 | 36.83 | 0.74 | 0.39 |
| Hex | AB | 73 | 1A | 0 | 21 | 55 | 21 | 25 | 4A | 27 |
| Octal | 253 | 163 | 32 | 0 | 41 | 125 | 41 | 45 | 112 | 47 |
| Binary | 10101011 | 1110011 | 11010 | 0 | 100001 | 1010101 | 100001 | 100101 | 1001010 | 100111 |
Color Harmonies of #AB731A
Complementary color
Monochromatic Colors of #AB731A
Black with #AB731A
Text Example
Text Example
White with #AB731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB731A; }
p { color: rgb(171,115,26); }
H1.HeaderClassName
{
color: #AB731A;
}
.AnyTagClassName
{
color: #AB731A;
}
</style>
background-color css
<style>
a { background-color: #AB731A; }
a { background-color: rgb(171,115,26); }
div.DivClassName
{
background-color: #AB731A;
}
.BgClassName
{
background-color: #AB731A;
}
</style>
border-color css
<style>
span { border-color: #AB731A; }
span { border-color: rgb(171,115,26); }
td.TdClassName
{
border-color: #AB731A;
}
.TagClassName
{
border-color: #AB731A;
}
</style>