Shades of Hot Toddy #AF711D
Tints of Hot Toddy #AF711D
RGB
CMYK
RGB Variations
Color information
#AF711D (or 0xAF711D) is known color: Hot Toddy. HEX triplet: AF, 71 and 1D. RGB value is (175,113,29). Sum of RGB (Red+Green+Blue) = 175+113+29=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF711D is #508EE2. Grayscale: #7A7A7A. Windows color (decimal): -5279459 or 1929647. OLE color: 1929647.
HSL color Cylindrical-coordinate representation of color #AF711D: hue angle of 34.52º degrees, saturation: 0.72, 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 #AF711D is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 29 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.31 |
| HSL | 34.52º | 0.72% | 0.4% | - |
| HSV(B) | 34.52º | 0.83% | 0.69% | - |
| XYZ | 23.81 | 21.01 | 3.96 | - |
| YUV | 121.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 29 | 0 | 0.35 | 0.83 | 0.31 | 34.52 | 0.72 | 0.4 |
| Hex | AF | 71 | 1D | 0 | 23 | 53 | 1F | 23 | 48 | 28 |
| Octal | 257 | 161 | 35 | 0 | 43 | 123 | 37 | 43 | 110 | 50 |
| Binary | 10101111 | 1110001 | 11101 | 0 | 100011 | 1010011 | 11111 | 100011 | 1001000 | 101000 |
Color Harmonies of #AF711D
Complementary color
Monochromatic Colors of #AF711D
Black with #AF711D
Text Example
Text Example
White with #AF711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF711D; }
p { color: rgb(175,113,29); }
H1.HeaderClassName
{
color: #AF711D;
}
.AnyTagClassName
{
color: #AF711D;
}
</style>
background-color css
<style>
a { background-color: #AF711D; }
a { background-color: rgb(175,113,29); }
div.DivClassName
{
background-color: #AF711D;
}
.BgClassName
{
background-color: #AF711D;
}
</style>
border-color css
<style>
span { border-color: #AF711D; }
span { border-color: rgb(175,113,29); }
td.TdClassName
{
border-color: #AF711D;
}
.TagClassName
{
border-color: #AF711D;
}
</style>