Shades of Hot Toddy #AF742A
Tints of Hot Toddy #AF742A
RGB
CMYK
RGB Variations
Color information
#AF742A (or 0xAF742A) is known color: Hot Toddy. HEX triplet: AF, 74 and 2A. RGB value is (175,116,42). Sum of RGB (Red+Green+Blue) = 175+116+42=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF742A is #508BD5. Grayscale: #7D7D7D. Windows color (decimal): -5278678 or 2782383. OLE color: 2782383.
HSL color Cylindrical-coordinate representation of color #AF742A: hue angle of 33.38º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF742A is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 42 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.31 |
| HSL | 33.38º | 0.61% | 0.43% | - |
| HSV(B) | 33.38º | 0.76% | 0.69% | - |
| XYZ | 24.34 | 21.77 | 5.11 | - |
| YUV | 125.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 42 | 0 | 0.34 | 0.76 | 0.31 | 33.38 | 0.61 | 0.43 |
| Hex | AF | 74 | 2A | 0 | 22 | 4C | 1F | 21 | 3D | 2B |
| Octal | 257 | 164 | 52 | 0 | 42 | 114 | 37 | 41 | 75 | 53 |
| Binary | 10101111 | 1110100 | 101010 | 0 | 100010 | 1001100 | 11111 | 100001 | 111101 | 101011 |
Color Harmonies of #AF742A
Complementary color
Monochromatic Colors of #AF742A
Black with #AF742A
Text Example
Text Example
White with #AF742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF742A; }
p { color: rgb(175,116,42); }
H1.HeaderClassName
{
color: #AF742A;
}
.AnyTagClassName
{
color: #AF742A;
}
</style>
background-color css
<style>
a { background-color: #AF742A; }
a { background-color: rgb(175,116,42); }
div.DivClassName
{
background-color: #AF742A;
}
.BgClassName
{
background-color: #AF742A;
}
</style>
border-color css
<style>
span { border-color: #AF742A; }
span { border-color: rgb(175,116,42); }
td.TdClassName
{
border-color: #AF742A;
}
.TagClassName
{
border-color: #AF742A;
}
</style>