Shades of Hot Toddy #AB7519
Tints of Hot Toddy #AB7519
RGB
CMYK
RGB Variations
Color information
#AB7519 (or 0xAB7519) is known color: Hot Toddy. HEX triplet: AB, 75 and 19. RGB value is (171,117,25). Sum of RGB (Red+Green+Blue) = 171+117+25=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7519 is #548AE6. Grayscale: #7B7B7B. Windows color (decimal): -5540583 or 1668523. OLE color: 1668523.
HSL color Cylindrical-coordinate representation of color #AB7519: hue angle of 37.81º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB7519 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 25 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.33 |
| HSL | 37.81º | 0.74% | 0.38% | - |
| HSV(B) | 37.81º | 0.85% | 0.67% | - |
| XYZ | 23.33 | 21.45 | 3.83 | - |
| YUV | 122.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 25 | 0 | 0.32 | 0.85 | 0.33 | 37.81 | 0.74 | 0.38 |
| Hex | AB | 75 | 19 | 0 | 20 | 55 | 21 | 26 | 4A | 26 |
| Octal | 253 | 165 | 31 | 0 | 40 | 125 | 41 | 46 | 112 | 46 |
| Binary | 10101011 | 1110101 | 11001 | 0 | 100000 | 1010101 | 100001 | 100110 | 1001010 | 100110 |
Color Harmonies of #AB7519
Complementary color
Monochromatic Colors of #AB7519
Black with #AB7519
Text Example
Text Example
White with #AB7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7519; }
p { color: rgb(171,117,25); }
H1.HeaderClassName
{
color: #AB7519;
}
.AnyTagClassName
{
color: #AB7519;
}
</style>
background-color css
<style>
a { background-color: #AB7519; }
a { background-color: rgb(171,117,25); }
div.DivClassName
{
background-color: #AB7519;
}
.BgClassName
{
background-color: #AB7519;
}
</style>
border-color css
<style>
span { border-color: #AB7519; }
span { border-color: rgb(171,117,25); }
td.TdClassName
{
border-color: #AB7519;
}
.TagClassName
{
border-color: #AB7519;
}
</style>