Shades of Hot Toddy #AB752A
Tints of Hot Toddy #AB752A
RGB
CMYK
RGB Variations
Color information
#AB752A (or 0xAB752A) is known color: Hot Toddy. HEX triplet: AB, 75 and 2A. RGB value is (171,117,42). Sum of RGB (Red+Green+Blue) = 171+117+42=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB752A is #548AD5. Grayscale: #7C7C7C. Windows color (decimal): -5540566 or 2782635. OLE color: 2782635.
HSL color Cylindrical-coordinate representation of color #AB752A: hue angle of 34.88º 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 #AB752A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 42 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.33 |
| HSL | 34.88º | 0.61% | 0.42% | - |
| HSV(B) | 34.88º | 0.75% | 0.67% | - |
| XYZ | 23.57 | 21.55 | 5.11 | - |
| YUV | 124.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 42 | 0 | 0.32 | 0.75 | 0.33 | 34.88 | 0.61 | 0.42 |
| Hex | AB | 75 | 2A | 0 | 20 | 4B | 21 | 23 | 3D | 2A |
| Octal | 253 | 165 | 52 | 0 | 40 | 113 | 41 | 43 | 75 | 52 |
| Binary | 10101011 | 1110101 | 101010 | 0 | 100000 | 1001011 | 100001 | 100011 | 111101 | 101010 |
Color Harmonies of #AB752A
Complementary color
Monochromatic Colors of #AB752A
Black with #AB752A
Text Example
Text Example
White with #AB752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB752A; }
p { color: rgb(171,117,42); }
H1.HeaderClassName
{
color: #AB752A;
}
.AnyTagClassName
{
color: #AB752A;
}
</style>
background-color css
<style>
a { background-color: #AB752A; }
a { background-color: rgb(171,117,42); }
div.DivClassName
{
background-color: #AB752A;
}
.BgClassName
{
background-color: #AB752A;
}
</style>
border-color css
<style>
span { border-color: #AB752A; }
span { border-color: rgb(171,117,42); }
td.TdClassName
{
border-color: #AB752A;
}
.TagClassName
{
border-color: #AB752A;
}
</style>