Shades of Hot Toddy #AF742C
Tints of Hot Toddy #AF742C
RGB
CMYK
RGB Variations
Color information
#AF742C (or 0xAF742C) is known color: Hot Toddy. HEX triplet: AF, 74 and 2C. RGB value is (175,116,44). Sum of RGB (Red+Green+Blue) = 175+116+44=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF742C is #508BD3. Grayscale: #7D7D7D. Windows color (decimal): -5278676 or 2913455. OLE color: 2913455.
HSL color Cylindrical-coordinate representation of color #AF742C: hue angle of 32.98º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF742C is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 44 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.31 |
| HSL | 32.98º | 0.6% | 0.43% | - |
| HSV(B) | 32.98º | 0.75% | 0.69% | - |
| XYZ | 24.38 | 21.79 | 5.3 | - |
| YUV | 125.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 44 | 0 | 0.34 | 0.75 | 0.31 | 32.98 | 0.6 | 0.43 |
| Hex | AF | 74 | 2C | 0 | 22 | 4B | 1F | 21 | 3C | 2B |
| Octal | 257 | 164 | 54 | 0 | 42 | 113 | 37 | 41 | 74 | 53 |
| Binary | 10101111 | 1110100 | 101100 | 0 | 100010 | 1001011 | 11111 | 100001 | 111100 | 101011 |
Color Harmonies of #AF742C
Complementary color
Monochromatic Colors of #AF742C
Black with #AF742C
Text Example
Text Example
White with #AF742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF742C; }
p { color: rgb(175,116,44); }
H1.HeaderClassName
{
color: #AF742C;
}
.AnyTagClassName
{
color: #AF742C;
}
</style>
background-color css
<style>
a { background-color: #AF742C; }
a { background-color: rgb(175,116,44); }
div.DivClassName
{
background-color: #AF742C;
}
.BgClassName
{
background-color: #AF742C;
}
</style>
border-color css
<style>
span { border-color: #AF742C; }
span { border-color: rgb(175,116,44); }
td.TdClassName
{
border-color: #AF742C;
}
.TagClassName
{
border-color: #AF742C;
}
</style>