Shades of Hot Toddy #AB6D2A
Tints of Hot Toddy #AB6D2A
RGB
CMYK
RGB Variations
Color information
#AB6D2A (or 0xAB6D2A) is known color: Hot Toddy. HEX triplet: AB, 6D and 2A. RGB value is (171,109,42). Sum of RGB (Red+Green+Blue) = 171+109+42=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D2A is #5492D5. Grayscale: #787878. Windows color (decimal): -5542614 or 2780587. OLE color: 2780587.
HSL color Cylindrical-coordinate representation of color #AB6D2A: hue angle of 31.16º 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 #AB6D2A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 42 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.33 |
| HSL | 31.16º | 0.61% | 0.42% | - |
| HSV(B) | 31.16º | 0.75% | 0.67% | - |
| XYZ | 22.68 | 19.76 | 4.81 | - |
| YUV | 119.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 42 | 0 | 0.36 | 0.75 | 0.33 | 31.16 | 0.61 | 0.42 |
| Hex | AB | 6D | 2A | 0 | 24 | 4B | 21 | 1F | 3D | 2A |
| Octal | 253 | 155 | 52 | 0 | 44 | 113 | 41 | 37 | 75 | 52 |
| Binary | 10101011 | 1101101 | 101010 | 0 | 100100 | 1001011 | 100001 | 11111 | 111101 | 101010 |
Color Harmonies of #AB6D2A
Complementary color
Monochromatic Colors of #AB6D2A
Black with #AB6D2A
Text Example
Text Example
White with #AB6D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D2A; }
p { color: rgb(171,109,42); }
H1.HeaderClassName
{
color: #AB6D2A;
}
.AnyTagClassName
{
color: #AB6D2A;
}
</style>
background-color css
<style>
a { background-color: #AB6D2A; }
a { background-color: rgb(171,109,42); }
div.DivClassName
{
background-color: #AB6D2A;
}
.BgClassName
{
background-color: #AB6D2A;
}
</style>
border-color css
<style>
span { border-color: #AB6D2A; }
span { border-color: rgb(171,109,42); }
td.TdClassName
{
border-color: #AB6D2A;
}
.TagClassName
{
border-color: #AB6D2A;
}
</style>