Shades of Hot Toddy #AF781D
Tints of Hot Toddy #AF781D
RGB
CMYK
RGB Variations
Color information
#AF781D (or 0xAF781D) is known color: Hot Toddy. HEX triplet: AF, 78 and 1D. RGB value is (175,120,29). Sum of RGB (Red+Green+Blue) = 175+120+29=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF781D is #5087E2. Grayscale: #7E7E7E. Windows color (decimal): -5277667 or 1931439. OLE color: 1931439.
HSL color Cylindrical-coordinate representation of color #AF781D: hue angle of 37.4º 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 #AF781D is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 29 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.31 |
| HSL | 37.4º | 0.72% | 0.4% | - |
| HSV(B) | 37.4º | 0.83% | 0.69% | - |
| XYZ | 24.62 | 22.64 | 4.23 | - |
| YUV | 126.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 29 | 0 | 0.31 | 0.83 | 0.31 | 37.4 | 0.72 | 0.4 |
| Hex | AF | 78 | 1D | 0 | 1F | 53 | 1F | 25 | 48 | 28 |
| Octal | 257 | 170 | 35 | 0 | 37 | 123 | 37 | 45 | 110 | 50 |
| Binary | 10101111 | 1111000 | 11101 | 0 | 11111 | 1010011 | 11111 | 100101 | 1001000 | 101000 |
Color Harmonies of #AF781D
Complementary color
Monochromatic Colors of #AF781D
Black with #AF781D
Text Example
Text Example
White with #AF781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF781D; }
p { color: rgb(175,120,29); }
H1.HeaderClassName
{
color: #AF781D;
}
.AnyTagClassName
{
color: #AF781D;
}
</style>
background-color css
<style>
a { background-color: #AF781D; }
a { background-color: rgb(175,120,29); }
div.DivClassName
{
background-color: #AF781D;
}
.BgClassName
{
background-color: #AF781D;
}
</style>
border-color css
<style>
span { border-color: #AF781D; }
span { border-color: rgb(175,120,29); }
td.TdClassName
{
border-color: #AF781D;
}
.TagClassName
{
border-color: #AF781D;
}
</style>