Shades of Hot Toddy #AF7617
Tints of Hot Toddy #AF7617
RGB
CMYK
RGB Variations
Color information
#AF7617 (or 0xAF7617) is known color: Hot Toddy. HEX triplet: AF, 76 and 17. RGB value is (175,118,23). Sum of RGB (Red+Green+Blue) = 175+118+23=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7617 is #5089E8. Grayscale: #7C7C7C. Windows color (decimal): -5278185 or 1537711. OLE color: 1537711.
HSL color Cylindrical-coordinate representation of color #AF7617: hue angle of 37.5º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF7617 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 23 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.31 |
| HSL | 37.5º | 0.77% | 0.39% | - |
| HSV(B) | 37.5º | 0.87% | 0.69% | - |
| XYZ | 24.31 | 22.13 | 3.8 | - |
| YUV | 124.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 23 | 0 | 0.33 | 0.87 | 0.31 | 37.5 | 0.77 | 0.39 |
| Hex | AF | 76 | 17 | 0 | 21 | 57 | 1F | 26 | 4D | 27 |
| Octal | 257 | 166 | 27 | 0 | 41 | 127 | 37 | 46 | 115 | 47 |
| Binary | 10101111 | 1110110 | 10111 | 0 | 100001 | 1010111 | 11111 | 100110 | 1001101 | 100111 |
Color Harmonies of #AF7617
Complementary color
Monochromatic Colors of #AF7617
Black with #AF7617
Text Example
Text Example
White with #AF7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7617; }
p { color: rgb(175,118,23); }
H1.HeaderClassName
{
color: #AF7617;
}
.AnyTagClassName
{
color: #AF7617;
}
</style>
background-color css
<style>
a { background-color: #AF7617; }
a { background-color: rgb(175,118,23); }
div.DivClassName
{
background-color: #AF7617;
}
.BgClassName
{
background-color: #AF7617;
}
</style>
border-color css
<style>
span { border-color: #AF7617; }
span { border-color: rgb(175,118,23); }
td.TdClassName
{
border-color: #AF7617;
}
.TagClassName
{
border-color: #AF7617;
}
</style>