Shades of Hot Toddy #AF7517
Tints of Hot Toddy #AF7517
RGB
CMYK
RGB Variations
Color information
#AF7517 (or 0xAF7517) is known color: Hot Toddy. HEX triplet: AF, 75 and 17. RGB value is (175,117,23). Sum of RGB (Red+Green+Blue) = 175+117+23=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7517 is #508AE8. Grayscale: #7C7C7C. Windows color (decimal): -5278441 or 1537455. OLE color: 1537455.
HSL color Cylindrical-coordinate representation of color #AF7517: hue angle of 37.11º 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 #AF7517 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 23 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.31 |
| HSL | 37.11º | 0.77% | 0.39% | - |
| HSV(B) | 37.11º | 0.87% | 0.69% | - |
| XYZ | 24.2 | 21.9 | 3.76 | - |
| YUV | 123.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 23 | 0 | 0.33 | 0.87 | 0.31 | 37.11 | 0.77 | 0.39 |
| Hex | AF | 75 | 17 | 0 | 21 | 57 | 1F | 25 | 4D | 27 |
| Octal | 257 | 165 | 27 | 0 | 41 | 127 | 37 | 45 | 115 | 47 |
| Binary | 10101111 | 1110101 | 10111 | 0 | 100001 | 1010111 | 11111 | 100101 | 1001101 | 100111 |
Color Harmonies of #AF7517
Complementary color
Monochromatic Colors of #AF7517
Black with #AF7517
Text Example
Text Example
White with #AF7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7517; }
p { color: rgb(175,117,23); }
H1.HeaderClassName
{
color: #AF7517;
}
.AnyTagClassName
{
color: #AF7517;
}
</style>
background-color css
<style>
a { background-color: #AF7517; }
a { background-color: rgb(175,117,23); }
div.DivClassName
{
background-color: #AF7517;
}
.BgClassName
{
background-color: #AF7517;
}
</style>
border-color css
<style>
span { border-color: #AF7517; }
span { border-color: rgb(175,117,23); }
td.TdClassName
{
border-color: #AF7517;
}
.TagClassName
{
border-color: #AF7517;
}
</style>