Shades of Hot Toddy #AB7A2D
Tints of Hot Toddy #AB7A2D
RGB
CMYK
RGB Variations
Color information
#AB7A2D (or 0xAB7A2D) is known color: Hot Toddy. HEX triplet: AB, 7A and 2D. RGB value is (171,122,45). Sum of RGB (Red+Green+Blue) = 171+122+45=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A2D is #5485D2. Grayscale: #808080. Windows color (decimal): -5539283 or 2980523. OLE color: 2980523.
HSL color Cylindrical-coordinate representation of color #AB7A2D: hue angle of 36.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB7A2D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 45 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.33 |
| HSL | 36.67º | 0.58% | 0.42% | - |
| HSV(B) | 36.67º | 0.74% | 0.67% | - |
| XYZ | 24.23 | 22.77 | 5.6 | - |
| YUV | 127.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 45 | 0 | 0.29 | 0.74 | 0.33 | 36.67 | 0.58 | 0.42 |
| Hex | AB | 7A | 2D | 0 | 1D | 4A | 21 | 25 | 3A | 2A |
| Octal | 253 | 172 | 55 | 0 | 35 | 112 | 41 | 45 | 72 | 52 |
| Binary | 10101011 | 1111010 | 101101 | 0 | 11101 | 1001010 | 100001 | 100101 | 111010 | 101010 |
Color Harmonies of #AB7A2D
Complementary color
Monochromatic Colors of #AB7A2D
Black with #AB7A2D
Text Example
Text Example
White with #AB7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A2D; }
p { color: rgb(171,122,45); }
H1.HeaderClassName
{
color: #AB7A2D;
}
.AnyTagClassName
{
color: #AB7A2D;
}
</style>
background-color css
<style>
a { background-color: #AB7A2D; }
a { background-color: rgb(171,122,45); }
div.DivClassName
{
background-color: #AB7A2D;
}
.BgClassName
{
background-color: #AB7A2D;
}
</style>
border-color css
<style>
span { border-color: #AB7A2D; }
span { border-color: rgb(171,122,45); }
td.TdClassName
{
border-color: #AB7A2D;
}
.TagClassName
{
border-color: #AB7A2D;
}
</style>