Shades of Hot Toddy #AB7D2D
Tints of Hot Toddy #AB7D2D
RGB
CMYK
RGB Variations
Color information
#AB7D2D (or 0xAB7D2D) is known color: Hot Toddy. HEX triplet: AB, 7D and 2D. RGB value is (171,125,45). Sum of RGB (Red+Green+Blue) = 171+125+45=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D2D is #5482D2. Grayscale: #828282. Windows color (decimal): -5538515 or 2981291. OLE color: 2981291.
HSL color Cylindrical-coordinate representation of color #AB7D2D: hue angle of 38.1º 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 #AB7D2D is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 45 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.33 |
| HSL | 38.1º | 0.58% | 0.42% | - |
| HSV(B) | 38.1º | 0.74% | 0.67% | - |
| XYZ | 24.6 | 23.51 | 5.72 | - |
| YUV | 129.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 45 | 0 | 0.27 | 0.74 | 0.33 | 38.1 | 0.58 | 0.42 |
| Hex | AB | 7D | 2D | 0 | 1B | 4A | 21 | 26 | 3A | 2A |
| Octal | 253 | 175 | 55 | 0 | 33 | 112 | 41 | 46 | 72 | 52 |
| Binary | 10101011 | 1111101 | 101101 | 0 | 11011 | 1001010 | 100001 | 100110 | 111010 | 101010 |
Color Harmonies of #AB7D2D
Complementary color
Monochromatic Colors of #AB7D2D
Black with #AB7D2D
Text Example
Text Example
White with #AB7D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D2D; }
p { color: rgb(171,125,45); }
H1.HeaderClassName
{
color: #AB7D2D;
}
.AnyTagClassName
{
color: #AB7D2D;
}
</style>
background-color css
<style>
a { background-color: #AB7D2D; }
a { background-color: rgb(171,125,45); }
div.DivClassName
{
background-color: #AB7D2D;
}
.BgClassName
{
background-color: #AB7D2D;
}
</style>
border-color css
<style>
span { border-color: #AB7D2D; }
span { border-color: rgb(171,125,45); }
td.TdClassName
{
border-color: #AB7D2D;
}
.TagClassName
{
border-color: #AB7D2D;
}
</style>