Shades of Hot Toddy #AF701D
Tints of Hot Toddy #AF701D
RGB
CMYK
RGB Variations
Color information
#AF701D (or 0xAF701D) is known color: Hot Toddy. HEX triplet: AF, 70 and 1D. RGB value is (175,112,29). Sum of RGB (Red+Green+Blue) = 175+112+29=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF701D is #508FE2. Grayscale: #797979. Windows color (decimal): -5279715 or 1929391. OLE color: 1929391.
HSL color Cylindrical-coordinate representation of color #AF701D: hue angle of 34.11º 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 #AF701D is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 29 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.31 |
| HSL | 34.11º | 0.72% | 0.4% | - |
| HSV(B) | 34.11º | 0.83% | 0.69% | - |
| XYZ | 23.7 | 20.79 | 3.93 | - |
| YUV | 121.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 29 | 0 | 0.36 | 0.83 | 0.31 | 34.11 | 0.72 | 0.4 |
| Hex | AF | 70 | 1D | 0 | 24 | 53 | 1F | 22 | 48 | 28 |
| Octal | 257 | 160 | 35 | 0 | 44 | 123 | 37 | 42 | 110 | 50 |
| Binary | 10101111 | 1110000 | 11101 | 0 | 100100 | 1010011 | 11111 | 100010 | 1001000 | 101000 |
Color Harmonies of #AF701D
Complementary color
Monochromatic Colors of #AF701D
Black with #AF701D
Text Example
Text Example
White with #AF701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF701D; }
p { color: rgb(175,112,29); }
H1.HeaderClassName
{
color: #AF701D;
}
.AnyTagClassName
{
color: #AF701D;
}
</style>
background-color css
<style>
a { background-color: #AF701D; }
a { background-color: rgb(175,112,29); }
div.DivClassName
{
background-color: #AF701D;
}
.BgClassName
{
background-color: #AF701D;
}
</style>
border-color css
<style>
span { border-color: #AF701D; }
span { border-color: rgb(175,112,29); }
td.TdClassName
{
border-color: #AF701D;
}
.TagClassName
{
border-color: #AF701D;
}
</style>