Shades of Hot Toddy #AB732A
Tints of Hot Toddy #AB732A
RGB
CMYK
RGB Variations
Color information
#AB732A (or 0xAB732A) is known color: Hot Toddy. HEX triplet: AB, 73 and 2A. RGB value is (171,115,42). Sum of RGB (Red+Green+Blue) = 171+115+42=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB732A is #548CD5. Grayscale: #7B7B7B. Windows color (decimal): -5541078 or 2782123. OLE color: 2782123.
HSL color Cylindrical-coordinate representation of color #AB732A: hue angle of 33.95º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB732A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 42 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.33 |
| HSL | 33.95º | 0.61% | 0.42% | - |
| HSV(B) | 33.95º | 0.75% | 0.67% | - |
| XYZ | 23.34 | 21.09 | 5.03 | - |
| YUV | 123.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 42 | 0 | 0.33 | 0.75 | 0.33 | 33.95 | 0.61 | 0.42 |
| Hex | AB | 73 | 2A | 0 | 21 | 4B | 21 | 22 | 3D | 2A |
| Octal | 253 | 163 | 52 | 0 | 41 | 113 | 41 | 42 | 75 | 52 |
| Binary | 10101011 | 1110011 | 101010 | 0 | 100001 | 1001011 | 100001 | 100010 | 111101 | 101010 |
Color Harmonies of #AB732A
Complementary color
Monochromatic Colors of #AB732A
Black with #AB732A
Text Example
Text Example
White with #AB732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB732A; }
p { color: rgb(171,115,42); }
H1.HeaderClassName
{
color: #AB732A;
}
.AnyTagClassName
{
color: #AB732A;
}
</style>
background-color css
<style>
a { background-color: #AB732A; }
a { background-color: rgb(171,115,42); }
div.DivClassName
{
background-color: #AB732A;
}
.BgClassName
{
background-color: #AB732A;
}
</style>
border-color css
<style>
span { border-color: #AB732A; }
span { border-color: rgb(171,115,42); }
td.TdClassName
{
border-color: #AB732A;
}
.TagClassName
{
border-color: #AB732A;
}
</style>