Shades of Hot Toddy #AF742B
Tints of Hot Toddy #AF742B
RGB
CMYK
RGB Variations
Color information
#AF742B (or 0xAF742B) is known color: Hot Toddy. HEX triplet: AF, 74 and 2B. RGB value is (175,116,43). Sum of RGB (Red+Green+Blue) = 175+116+43=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF742B is #508BD4. Grayscale: #7D7D7D. Windows color (decimal): -5278677 or 2847919. OLE color: 2847919.
HSL color Cylindrical-coordinate representation of color #AF742B: hue angle of 33.18º degrees, saturation: 0.61, 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 #AF742B is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 43 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.31 |
| HSL | 33.18º | 0.61% | 0.43% | - |
| HSV(B) | 33.18º | 0.75% | 0.69% | - |
| XYZ | 24.36 | 21.78 | 5.21 | - |
| YUV | 125.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 43 | 0 | 0.34 | 0.75 | 0.31 | 33.18 | 0.61 | 0.43 |
| Hex | AF | 74 | 2B | 0 | 22 | 4B | 1F | 21 | 3D | 2B |
| Octal | 257 | 164 | 53 | 0 | 42 | 113 | 37 | 41 | 75 | 53 |
| Binary | 10101111 | 1110100 | 101011 | 0 | 100010 | 1001011 | 11111 | 100001 | 111101 | 101011 |
Color Harmonies of #AF742B
Complementary color
Monochromatic Colors of #AF742B
Black with #AF742B
Text Example
Text Example
White with #AF742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF742B; }
p { color: rgb(175,116,43); }
H1.HeaderClassName
{
color: #AF742B;
}
.AnyTagClassName
{
color: #AF742B;
}
</style>
background-color css
<style>
a { background-color: #AF742B; }
a { background-color: rgb(175,116,43); }
div.DivClassName
{
background-color: #AF742B;
}
.BgClassName
{
background-color: #AF742B;
}
</style>
border-color css
<style>
span { border-color: #AF742B; }
span { border-color: rgb(175,116,43); }
td.TdClassName
{
border-color: #AF742B;
}
.TagClassName
{
border-color: #AF742B;
}
</style>