Shades of Hot Toddy #AB752D
Tints of Hot Toddy #AB752D
RGB
CMYK
RGB Variations
Color information
#AB752D (or 0xAB752D) is known color: Hot Toddy. HEX triplet: AB, 75 and 2D. RGB value is (171,117,45). Sum of RGB (Red+Green+Blue) = 171+117+45=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB752D is #548AD2. Grayscale: #7D7D7D. Windows color (decimal): -5540563 or 2979243. OLE color: 2979243.
HSL color Cylindrical-coordinate representation of color #AB752D: hue angle of 34.29º 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 #AB752D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 45 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.33 |
| HSL | 34.29º | 0.58% | 0.42% | - |
| HSV(B) | 34.29º | 0.74% | 0.67% | - |
| XYZ | 23.63 | 21.57 | 5.4 | - |
| YUV | 124.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 45 | 0 | 0.32 | 0.74 | 0.33 | 34.29 | 0.58 | 0.42 |
| Hex | AB | 75 | 2D | 0 | 20 | 4A | 21 | 22 | 3A | 2A |
| Octal | 253 | 165 | 55 | 0 | 40 | 112 | 41 | 42 | 72 | 52 |
| Binary | 10101011 | 1110101 | 101101 | 0 | 100000 | 1001010 | 100001 | 100010 | 111010 | 101010 |
Color Harmonies of #AB752D
Complementary color
Monochromatic Colors of #AB752D
Black with #AB752D
Text Example
Text Example
White with #AB752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB752D; }
p { color: rgb(171,117,45); }
H1.HeaderClassName
{
color: #AB752D;
}
.AnyTagClassName
{
color: #AB752D;
}
</style>
background-color css
<style>
a { background-color: #AB752D; }
a { background-color: rgb(171,117,45); }
div.DivClassName
{
background-color: #AB752D;
}
.BgClassName
{
background-color: #AB752D;
}
</style>
border-color css
<style>
span { border-color: #AB752D; }
span { border-color: rgb(171,117,45); }
td.TdClassName
{
border-color: #AB752D;
}
.TagClassName
{
border-color: #AB752D;
}
</style>