Shades of Hot Toddy #AB7719
Tints of Hot Toddy #AB7719
RGB
CMYK
RGB Variations
Color information
#AB7719 (or 0xAB7719) is known color: Hot Toddy. HEX triplet: AB, 77 and 19. RGB value is (171,119,25). Sum of RGB (Red+Green+Blue) = 171+119+25=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7719 is #5488E6. Grayscale: #7C7C7C. Windows color (decimal): -5540071 or 1669035. OLE color: 1669035.
HSL color Cylindrical-coordinate representation of color #AB7719: hue angle of 38.63º 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 #AB7719 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 25 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.33 |
| HSL | 38.63º | 0.74% | 0.38% | - |
| HSV(B) | 38.63º | 0.85% | 0.67% | - |
| XYZ | 23.57 | 21.92 | 3.91 | - |
| YUV | 123.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 25 | 0 | 0.30 | 0.85 | 0.33 | 38.63 | 0.74 | 0.38 |
| Hex | AB | 77 | 19 | 0 | 1E | 55 | 21 | 27 | 4A | 26 |
| Octal | 253 | 167 | 31 | 0 | 36 | 125 | 41 | 47 | 112 | 46 |
| Binary | 10101011 | 1110111 | 11001 | 0 | 11110 | 1010101 | 100001 | 100111 | 1001010 | 100110 |
Color Harmonies of #AB7719
Complementary color
Monochromatic Colors of #AB7719
Black with #AB7719
Text Example
Text Example
White with #AB7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7719; }
p { color: rgb(171,119,25); }
H1.HeaderClassName
{
color: #AB7719;
}
.AnyTagClassName
{
color: #AB7719;
}
</style>
background-color css
<style>
a { background-color: #AB7719; }
a { background-color: rgb(171,119,25); }
div.DivClassName
{
background-color: #AB7719;
}
.BgClassName
{
background-color: #AB7719;
}
</style>
border-color css
<style>
span { border-color: #AB7719; }
span { border-color: rgb(171,119,25); }
td.TdClassName
{
border-color: #AB7719;
}
.TagClassName
{
border-color: #AB7719;
}
</style>