Shades of Hot Toddy #AB7A20
Tints of Hot Toddy #AB7A20
RGB
CMYK
RGB Variations
Color information
#AB7A20 (or 0xAB7A20) is known color: Hot Toddy. HEX triplet: AB, 7A and 20. RGB value is (171,122,32). Sum of RGB (Red+Green+Blue) = 171+122+32=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A20 is #5485DF. Grayscale: #7E7E7E. Windows color (decimal): -5539296 or 2128555. OLE color: 2128555.
HSL color Cylindrical-coordinate representation of color #AB7A20: hue angle of 38.85º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB7A20 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 32 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.33 |
| HSL | 38.85º | 0.68% | 0.4% | - |
| HSV(B) | 38.85º | 0.81% | 0.67% | - |
| XYZ | 24.01 | 22.68 | 4.48 | - |
| YUV | 126.39 | 74.73 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 32 | 0 | 0.29 | 0.81 | 0.33 | 38.85 | 0.68 | 0.4 |
| Hex | AB | 7A | 20 | 0 | 1D | 51 | 21 | 27 | 44 | 28 |
| Octal | 253 | 172 | 40 | 0 | 35 | 121 | 41 | 47 | 104 | 50 |
| Binary | 10101011 | 1111010 | 100000 | 0 | 11101 | 1010001 | 100001 | 100111 | 1000100 | 101000 |
Color Harmonies of #AB7A20
Complementary color
Monochromatic Colors of #AB7A20
Black with #AB7A20
Text Example
Text Example
White with #AB7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A20; }
p { color: rgb(171,122,32); }
H1.HeaderClassName
{
color: #AB7A20;
}
.AnyTagClassName
{
color: #AB7A20;
}
</style>
background-color css
<style>
a { background-color: #AB7A20; }
a { background-color: rgb(171,122,32); }
div.DivClassName
{
background-color: #AB7A20;
}
.BgClassName
{
background-color: #AB7A20;
}
</style>
border-color css
<style>
span { border-color: #AB7A20; }
span { border-color: rgb(171,122,32); }
td.TdClassName
{
border-color: #AB7A20;
}
.TagClassName
{
border-color: #AB7A20;
}
</style>