Shades of Hot Toddy #AF791D
Tints of Hot Toddy #AF791D
RGB
CMYK
RGB Variations
Color information
#AF791D (or 0xAF791D) is known color: Hot Toddy. HEX triplet: AF, 79 and 1D. RGB value is (175,121,29). Sum of RGB (Red+Green+Blue) = 175+121+29=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF791D is #5086E2. Grayscale: #7F7F7F. Windows color (decimal): -5277411 or 1931695. OLE color: 1931695.
HSL color Cylindrical-coordinate representation of color #AF791D: hue angle of 37.81º 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 #AF791D is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 29 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.31 |
| HSL | 37.81º | 0.72% | 0.4% | - |
| HSV(B) | 37.81º | 0.83% | 0.69% | - |
| XYZ | 24.74 | 22.88 | 4.27 | - |
| YUV | 126.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 29 | 0 | 0.31 | 0.83 | 0.31 | 37.81 | 0.72 | 0.4 |
| Hex | AF | 79 | 1D | 0 | 1F | 53 | 1F | 26 | 48 | 28 |
| Octal | 257 | 171 | 35 | 0 | 37 | 123 | 37 | 46 | 110 | 50 |
| Binary | 10101111 | 1111001 | 11101 | 0 | 11111 | 1010011 | 11111 | 100110 | 1001000 | 101000 |
Color Harmonies of #AF791D
Complementary color
Monochromatic Colors of #AF791D
Black with #AF791D
Text Example
Text Example
White with #AF791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF791D; }
p { color: rgb(175,121,29); }
H1.HeaderClassName
{
color: #AF791D;
}
.AnyTagClassName
{
color: #AF791D;
}
</style>
background-color css
<style>
a { background-color: #AF791D; }
a { background-color: rgb(175,121,29); }
div.DivClassName
{
background-color: #AF791D;
}
.BgClassName
{
background-color: #AF791D;
}
</style>
border-color css
<style>
span { border-color: #AF791D; }
span { border-color: rgb(175,121,29); }
td.TdClassName
{
border-color: #AF791D;
}
.TagClassName
{
border-color: #AF791D;
}
</style>