Shades of Hot Toddy #AB802E
Tints of Hot Toddy #AB802E
RGB
CMYK
RGB Variations
Color information
#AB802E (or 0xAB802E) is known color: Hot Toddy. HEX triplet: AB, 80 and 2E. RGB value is (171,128,46). Sum of RGB (Red+Green+Blue) = 171+128+46=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB802E is #547FD1. Grayscale: #838383. Windows color (decimal): -5537746 or 3047595. OLE color: 3047595.
HSL color Cylindrical-coordinate representation of color #AB802E: hue angle of 39.36º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB802E is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 46 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.33 |
| HSL | 39.36º | 0.58% | 0.43% | - |
| HSV(B) | 39.36º | 0.73% | 0.67% | - |
| XYZ | 25.01 | 24.29 | 5.96 | - |
| YUV | 131.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 46 | 0 | 0.25 | 0.73 | 0.33 | 39.36 | 0.58 | 0.43 |
| Hex | AB | 80 | 2E | 0 | 19 | 49 | 21 | 27 | 3A | 2B |
| Octal | 253 | 200 | 56 | 0 | 31 | 111 | 41 | 47 | 72 | 53 |
| Binary | 10101011 | 10000000 | 101110 | 0 | 11001 | 1001001 | 100001 | 100111 | 111010 | 101011 |
Color Harmonies of #AB802E
Complementary color
Monochromatic Colors of #AB802E
Black with #AB802E
Text Example
Text Example
White with #AB802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB802E; }
p { color: rgb(171,128,46); }
H1.HeaderClassName
{
color: #AB802E;
}
.AnyTagClassName
{
color: #AB802E;
}
</style>
background-color css
<style>
a { background-color: #AB802E; }
a { background-color: rgb(171,128,46); }
div.DivClassName
{
background-color: #AB802E;
}
.BgClassName
{
background-color: #AB802E;
}
</style>
border-color css
<style>
span { border-color: #AB802E; }
span { border-color: rgb(171,128,46); }
td.TdClassName
{
border-color: #AB802E;
}
.TagClassName
{
border-color: #AB802E;
}
</style>