Shades of Hot Toddy #AB6A20
Tints of Hot Toddy #AB6A20
RGB
CMYK
RGB Variations
Color information
#AB6A20 (or 0xAB6A20) is known color: Hot Toddy. HEX triplet: AB, 6A and 20. RGB value is (171,106,32). Sum of RGB (Red+Green+Blue) = 171+106+32=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A20 is #5495DF. Grayscale: #757575. Windows color (decimal): -5543392 or 2124459. OLE color: 2124459.
HSL color Cylindrical-coordinate representation of color #AB6A20: hue angle of 31.94º 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 #AB6A20 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 32 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.33 |
| HSL | 31.94º | 0.68% | 0.4% | - |
| HSV(B) | 31.94º | 0.81% | 0.67% | - |
| XYZ | 22.21 | 19.07 | 3.88 | - |
| YUV | 117 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 32 | 0 | 0.38 | 0.81 | 0.33 | 31.94 | 0.68 | 0.4 |
| Hex | AB | 6A | 20 | 0 | 26 | 51 | 21 | 20 | 44 | 28 |
| Octal | 253 | 152 | 40 | 0 | 46 | 121 | 41 | 40 | 104 | 50 |
| Binary | 10101011 | 1101010 | 100000 | 0 | 100110 | 1010001 | 100001 | 100000 | 1000100 | 101000 |
Color Harmonies of #AB6A20
Complementary color
Monochromatic Colors of #AB6A20
Black with #AB6A20
Text Example
Text Example
White with #AB6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A20; }
p { color: rgb(171,106,32); }
H1.HeaderClassName
{
color: #AB6A20;
}
.AnyTagClassName
{
color: #AB6A20;
}
</style>
background-color css
<style>
a { background-color: #AB6A20; }
a { background-color: rgb(171,106,32); }
div.DivClassName
{
background-color: #AB6A20;
}
.BgClassName
{
background-color: #AB6A20;
}
</style>
border-color css
<style>
span { border-color: #AB6A20; }
span { border-color: rgb(171,106,32); }
td.TdClassName
{
border-color: #AB6A20;
}
.TagClassName
{
border-color: #AB6A20;
}
</style>