Shades of Hot Toddy #AF711B
Tints of Hot Toddy #AF711B
RGB
CMYK
RGB Variations
Color information
#AF711B (or 0xAF711B) is known color: Hot Toddy. HEX triplet: AF, 71 and 1B. RGB value is (175,113,27). Sum of RGB (Red+Green+Blue) = 175+113+27=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF711B is #508EE4. Grayscale: #7A7A7A. Windows color (decimal): -5279461 or 1798575. OLE color: 1798575.
HSL color Cylindrical-coordinate representation of color #AF711B: hue angle of 34.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF711B is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 27 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.31 |
| HSL | 34.86º | 0.73% | 0.4% | - |
| HSV(B) | 34.86º | 0.85% | 0.69% | - |
| XYZ | 23.78 | 21 | 3.84 | - |
| YUV | 121.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 27 | 0 | 0.35 | 0.85 | 0.31 | 34.86 | 0.73 | 0.4 |
| Hex | AF | 71 | 1B | 0 | 23 | 55 | 1F | 23 | 49 | 28 |
| Octal | 257 | 161 | 33 | 0 | 43 | 125 | 37 | 43 | 111 | 50 |
| Binary | 10101111 | 1110001 | 11011 | 0 | 100011 | 1010101 | 11111 | 100011 | 1001001 | 101000 |
Color Harmonies of #AF711B
Complementary color
Monochromatic Colors of #AF711B
Black with #AF711B
Text Example
Text Example
White with #AF711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF711B; }
p { color: rgb(175,113,27); }
H1.HeaderClassName
{
color: #AF711B;
}
.AnyTagClassName
{
color: #AF711B;
}
</style>
background-color css
<style>
a { background-color: #AF711B; }
a { background-color: rgb(175,113,27); }
div.DivClassName
{
background-color: #AF711B;
}
.BgClassName
{
background-color: #AF711B;
}
</style>
border-color css
<style>
span { border-color: #AF711B; }
span { border-color: rgb(175,113,27); }
td.TdClassName
{
border-color: #AF711B;
}
.TagClassName
{
border-color: #AF711B;
}
</style>