Shades of Hot Toddy #AF741C
Tints of Hot Toddy #AF741C
RGB
CMYK
RGB Variations
Color information
#AF741C (or 0xAF741C) is known color: Hot Toddy. HEX triplet: AF, 74 and 1C. RGB value is (175,116,28). Sum of RGB (Red+Green+Blue) = 175+116+28=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF741C is #508BE3. Grayscale: #7C7C7C. Windows color (decimal): -5278692 or 1864879. OLE color: 1864879.
HSL color Cylindrical-coordinate representation of color #AF741C: hue angle of 35.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF741C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 28 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.31 |
| HSL | 35.92º | 0.72% | 0.4% | - |
| HSV(B) | 35.92º | 0.84% | 0.69% | - |
| XYZ | 24.13 | 21.69 | 4.01 | - |
| YUV | 123.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 28 | 0 | 0.34 | 0.84 | 0.31 | 35.92 | 0.72 | 0.4 |
| Hex | AF | 74 | 1C | 0 | 22 | 54 | 1F | 24 | 48 | 28 |
| Octal | 257 | 164 | 34 | 0 | 42 | 124 | 37 | 44 | 110 | 50 |
| Binary | 10101111 | 1110100 | 11100 | 0 | 100010 | 1010100 | 11111 | 100100 | 1001000 | 101000 |
Color Harmonies of #AF741C
Complementary color
Monochromatic Colors of #AF741C
Black with #AF741C
Text Example
Text Example
White with #AF741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF741C; }
p { color: rgb(175,116,28); }
H1.HeaderClassName
{
color: #AF741C;
}
.AnyTagClassName
{
color: #AF741C;
}
</style>
background-color css
<style>
a { background-color: #AF741C; }
a { background-color: rgb(175,116,28); }
div.DivClassName
{
background-color: #AF741C;
}
.BgClassName
{
background-color: #AF741C;
}
</style>
border-color css
<style>
span { border-color: #AF741C; }
span { border-color: rgb(175,116,28); }
td.TdClassName
{
border-color: #AF741C;
}
.TagClassName
{
border-color: #AF741C;
}
</style>