Shades of Hot Toddy #AF701C
Tints of Hot Toddy #AF701C
RGB
CMYK
RGB Variations
Color information
#AF701C (or 0xAF701C) is known color: Hot Toddy. HEX triplet: AF, 70 and 1C. RGB value is (175,112,28). Sum of RGB (Red+Green+Blue) = 175+112+28=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF701C is #508FE3. Grayscale: #797979. Windows color (decimal): -5279716 or 1863855. OLE color: 1863855.
HSL color Cylindrical-coordinate representation of color #AF701C: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF701C is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 28 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.31 |
| HSL | 34.29º | 0.72% | 0.4% | - |
| HSV(B) | 34.29º | 0.84% | 0.69% | - |
| XYZ | 23.68 | 20.79 | 3.86 | - |
| YUV | 121.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 28 | 0 | 0.36 | 0.84 | 0.31 | 34.29 | 0.72 | 0.4 |
| Hex | AF | 70 | 1C | 0 | 24 | 54 | 1F | 22 | 48 | 28 |
| Octal | 257 | 160 | 34 | 0 | 44 | 124 | 37 | 42 | 110 | 50 |
| Binary | 10101111 | 1110000 | 11100 | 0 | 100100 | 1010100 | 11111 | 100010 | 1001000 | 101000 |
Color Harmonies of #AF701C
Complementary color
Monochromatic Colors of #AF701C
Black with #AF701C
Text Example
Text Example
White with #AF701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF701C; }
p { color: rgb(175,112,28); }
H1.HeaderClassName
{
color: #AF701C;
}
.AnyTagClassName
{
color: #AF701C;
}
</style>
background-color css
<style>
a { background-color: #AF701C; }
a { background-color: rgb(175,112,28); }
div.DivClassName
{
background-color: #AF701C;
}
.BgClassName
{
background-color: #AF701C;
}
</style>
border-color css
<style>
span { border-color: #AF701C; }
span { border-color: rgb(175,112,28); }
td.TdClassName
{
border-color: #AF701C;
}
.TagClassName
{
border-color: #AF701C;
}
</style>