Shades of Hot Toddy #AF711E
Tints of Hot Toddy #AF711E
RGB
CMYK
RGB Variations
Color information
#AF711E (or 0xAF711E) is known color: Hot Toddy. HEX triplet: AF, 71 and 1E. RGB value is (175,113,30). Sum of RGB (Red+Green+Blue) = 175+113+30=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF711E is #508EE1. Grayscale: #7A7A7A. Windows color (decimal): -5279458 or 1995183. OLE color: 1995183.
HSL color Cylindrical-coordinate representation of color #AF711E: hue angle of 34.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF711E is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 30 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.31 |
| HSL | 34.34º | 0.71% | 0.4% | - |
| HSV(B) | 34.34º | 0.83% | 0.69% | - |
| XYZ | 23.82 | 21.02 | 4.03 | - |
| YUV | 122.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 30 | 0 | 0.35 | 0.83 | 0.31 | 34.34 | 0.71 | 0.4 |
| Hex | AF | 71 | 1E | 0 | 23 | 53 | 1F | 22 | 47 | 28 |
| Octal | 257 | 161 | 36 | 0 | 43 | 123 | 37 | 42 | 107 | 50 |
| Binary | 10101111 | 1110001 | 11110 | 0 | 100011 | 1010011 | 11111 | 100010 | 1000111 | 101000 |
Color Harmonies of #AF711E
Complementary color
Monochromatic Colors of #AF711E
Black with #AF711E
Text Example
Text Example
White with #AF711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF711E; }
p { color: rgb(175,113,30); }
H1.HeaderClassName
{
color: #AF711E;
}
.AnyTagClassName
{
color: #AF711E;
}
</style>
background-color css
<style>
a { background-color: #AF711E; }
a { background-color: rgb(175,113,30); }
div.DivClassName
{
background-color: #AF711E;
}
.BgClassName
{
background-color: #AF711E;
}
</style>
border-color css
<style>
span { border-color: #AF711E; }
span { border-color: rgb(175,113,30); }
td.TdClassName
{
border-color: #AF711E;
}
.TagClassName
{
border-color: #AF711E;
}
</style>