Shades of Hot Toddy #AF6E17
Tints of Hot Toddy #AF6E17
RGB
CMYK
RGB Variations
Color information
#AF6E17 (or 0xAF6E17) is known color: Hot Toddy. HEX triplet: AF, 6E and 17. RGB value is (175,110,23). Sum of RGB (Red+Green+Blue) = 175+110+23=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E17 is #5091E8. Grayscale: #777777. Windows color (decimal): -5280233 or 1535663. OLE color: 1535663.
HSL color Cylindrical-coordinate representation of color #AF6E17: hue angle of 34.34º 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 #AF6E17 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 23 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.31 |
| HSL | 34.34º | 0.77% | 0.39% | - |
| HSV(B) | 34.34º | 0.87% | 0.69% | - |
| XYZ | 23.41 | 20.33 | 3.5 | - |
| YUV | 119.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 23 | 0 | 0.37 | 0.87 | 0.31 | 34.34 | 0.77 | 0.39 |
| Hex | AF | 6E | 17 | 0 | 25 | 57 | 1F | 22 | 4D | 27 |
| Octal | 257 | 156 | 27 | 0 | 45 | 127 | 37 | 42 | 115 | 47 |
| Binary | 10101111 | 1101110 | 10111 | 0 | 100101 | 1010111 | 11111 | 100010 | 1001101 | 100111 |
Color Harmonies of #AF6E17
Complementary color
Monochromatic Colors of #AF6E17
Black with #AF6E17
Text Example
Text Example
White with #AF6E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E17; }
p { color: rgb(175,110,23); }
H1.HeaderClassName
{
color: #AF6E17;
}
.AnyTagClassName
{
color: #AF6E17;
}
</style>
background-color css
<style>
a { background-color: #AF6E17; }
a { background-color: rgb(175,110,23); }
div.DivClassName
{
background-color: #AF6E17;
}
.BgClassName
{
background-color: #AF6E17;
}
</style>
border-color css
<style>
span { border-color: #AF6E17; }
span { border-color: rgb(175,110,23); }
td.TdClassName
{
border-color: #AF6E17;
}
.TagClassName
{
border-color: #AF6E17;
}
</style>