Shades of Hot Toddy #AB722C
Tints of Hot Toddy #AB722C
RGB
CMYK
RGB Variations
Color information
#AB722C (or 0xAB722C) is known color: Hot Toddy. HEX triplet: AB, 72 and 2C. RGB value is (171,114,44). Sum of RGB (Red+Green+Blue) = 171+114+44=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB722C is #548DD3. Grayscale: #7B7B7B. Windows color (decimal): -5541332 or 2912939. OLE color: 2912939.
HSL color Cylindrical-coordinate representation of color #AB722C: hue angle of 33.07º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB722C is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 44 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.33 |
| HSL | 33.07º | 0.59% | 0.42% | - |
| HSV(B) | 33.07º | 0.74% | 0.67% | - |
| XYZ | 23.27 | 20.87 | 5.19 | - |
| YUV | 123.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 44 | 0 | 0.33 | 0.74 | 0.33 | 33.07 | 0.59 | 0.42 |
| Hex | AB | 72 | 2C | 0 | 21 | 4A | 21 | 21 | 3B | 2A |
| Octal | 253 | 162 | 54 | 0 | 41 | 112 | 41 | 41 | 73 | 52 |
| Binary | 10101011 | 1110010 | 101100 | 0 | 100001 | 1001010 | 100001 | 100001 | 111011 | 101010 |
Color Harmonies of #AB722C
Complementary color
Monochromatic Colors of #AB722C
Black with #AB722C
Text Example
Text Example
White with #AB722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB722C; }
p { color: rgb(171,114,44); }
H1.HeaderClassName
{
color: #AB722C;
}
.AnyTagClassName
{
color: #AB722C;
}
</style>
background-color css
<style>
a { background-color: #AB722C; }
a { background-color: rgb(171,114,44); }
div.DivClassName
{
background-color: #AB722C;
}
.BgClassName
{
background-color: #AB722C;
}
</style>
border-color css
<style>
span { border-color: #AB722C; }
span { border-color: rgb(171,114,44); }
td.TdClassName
{
border-color: #AB722C;
}
.TagClassName
{
border-color: #AB722C;
}
</style>