Shades of Hot Toddy #AB6921
Tints of Hot Toddy #AB6921
RGB
CMYK
RGB Variations
Color information
#AB6921 (or 0xAB6921) is known color: Hot Toddy. HEX triplet: AB, 69 and 21. RGB value is (171,105,33). Sum of RGB (Red+Green+Blue) = 171+105+33=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6921 is #5496DE. Grayscale: #747474. Windows color (decimal): -5543647 or 2189739. OLE color: 2189739.
HSL color Cylindrical-coordinate representation of color #AB6921: hue angle of 31.3º 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 #AB6921 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 33 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.33 |
| HSL | 31.3º | 0.68% | 0.4% | - |
| HSV(B) | 31.3º | 0.81% | 0.67% | - |
| XYZ | 22.12 | 18.87 | 3.92 | - |
| YUV | 116.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 33 | 0 | 0.39 | 0.81 | 0.33 | 31.3 | 0.68 | 0.4 |
| Hex | AB | 69 | 21 | 0 | 27 | 51 | 21 | 1F | 44 | 28 |
| Octal | 253 | 151 | 41 | 0 | 47 | 121 | 41 | 37 | 104 | 50 |
| Binary | 10101011 | 1101001 | 100001 | 0 | 100111 | 1010001 | 100001 | 11111 | 1000100 | 101000 |
Color Harmonies of #AB6921
Complementary color
Monochromatic Colors of #AB6921
Black with #AB6921
Text Example
Text Example
White with #AB6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6921; }
p { color: rgb(171,105,33); }
H1.HeaderClassName
{
color: #AB6921;
}
.AnyTagClassName
{
color: #AB6921;
}
</style>
background-color css
<style>
a { background-color: #AB6921; }
a { background-color: rgb(171,105,33); }
div.DivClassName
{
background-color: #AB6921;
}
.BgClassName
{
background-color: #AB6921;
}
</style>
border-color css
<style>
span { border-color: #AB6921; }
span { border-color: rgb(171,105,33); }
td.TdClassName
{
border-color: #AB6921;
}
.TagClassName
{
border-color: #AB6921;
}
</style>