Shades of Hot Toddy #AB751B
Tints of Hot Toddy #AB751B
RGB
CMYK
RGB Variations
Color information
#AB751B (or 0xAB751B) is known color: Hot Toddy. HEX triplet: AB, 75 and 1B. RGB value is (171,117,27). Sum of RGB (Red+Green+Blue) = 171+117+27=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB751B is #548AE4. Grayscale: #7B7B7B. Windows color (decimal): -5540581 or 1799595. OLE color: 1799595.
HSL color Cylindrical-coordinate representation of color #AB751B: hue angle of 37.5º 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 #AB751B is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 27 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.33 |
| HSL | 37.5º | 0.73% | 0.39% | - |
| HSV(B) | 37.5º | 0.84% | 0.67% | - |
| XYZ | 23.35 | 21.46 | 3.95 | - |
| YUV | 122.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 27 | 0 | 0.32 | 0.84 | 0.33 | 37.5 | 0.73 | 0.39 |
| Hex | AB | 75 | 1B | 0 | 20 | 54 | 21 | 26 | 49 | 27 |
| Octal | 253 | 165 | 33 | 0 | 40 | 124 | 41 | 46 | 111 | 47 |
| Binary | 10101011 | 1110101 | 11011 | 0 | 100000 | 1010100 | 100001 | 100110 | 1001001 | 100111 |
Color Harmonies of #AB751B
Complementary color
Monochromatic Colors of #AB751B
Black with #AB751B
Text Example
Text Example
White with #AB751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB751B; }
p { color: rgb(171,117,27); }
H1.HeaderClassName
{
color: #AB751B;
}
.AnyTagClassName
{
color: #AB751B;
}
</style>
background-color css
<style>
a { background-color: #AB751B; }
a { background-color: rgb(171,117,27); }
div.DivClassName
{
background-color: #AB751B;
}
.BgClassName
{
background-color: #AB751B;
}
</style>
border-color css
<style>
span { border-color: #AB751B; }
span { border-color: rgb(171,117,27); }
td.TdClassName
{
border-color: #AB751B;
}
.TagClassName
{
border-color: #AB751B;
}
</style>