Shades of Hot Toddy #AB761F
Tints of Hot Toddy #AB761F
RGB
CMYK
RGB Variations
Color information
#AB761F (or 0xAB761F) is known color: Hot Toddy. HEX triplet: AB, 76 and 1F. RGB value is (171,118,31). Sum of RGB (Red+Green+Blue) = 171+118+31=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB761F is #5489E0. Grayscale: #7C7C7C. Windows color (decimal): -5540321 or 2061995. OLE color: 2061995.
HSL color Cylindrical-coordinate representation of color #AB761F: hue angle of 37.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB761F is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 31 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.33 |
| HSL | 37.29º | 0.69% | 0.4% | - |
| HSV(B) | 37.29º | 0.82% | 0.67% | - |
| XYZ | 23.52 | 21.71 | 4.25 | - |
| YUV | 123.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 31 | 0 | 0.31 | 0.82 | 0.33 | 37.29 | 0.69 | 0.4 |
| Hex | AB | 76 | 1F | 0 | 1F | 52 | 21 | 25 | 45 | 28 |
| Octal | 253 | 166 | 37 | 0 | 37 | 122 | 41 | 45 | 105 | 50 |
| Binary | 10101011 | 1110110 | 11111 | 0 | 11111 | 1010010 | 100001 | 100101 | 1000101 | 101000 |
Color Harmonies of #AB761F
Complementary color
Monochromatic Colors of #AB761F
Black with #AB761F
Text Example
Text Example
White with #AB761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB761F; }
p { color: rgb(171,118,31); }
H1.HeaderClassName
{
color: #AB761F;
}
.AnyTagClassName
{
color: #AB761F;
}
</style>
background-color css
<style>
a { background-color: #AB761F; }
a { background-color: rgb(171,118,31); }
div.DivClassName
{
background-color: #AB761F;
}
.BgClassName
{
background-color: #AB761F;
}
</style>
border-color css
<style>
span { border-color: #AB761F; }
span { border-color: rgb(171,118,31); }
td.TdClassName
{
border-color: #AB761F;
}
.TagClassName
{
border-color: #AB761F;
}
</style>