Shades of Hot Toddy #AF681B
Tints of Hot Toddy #AF681B
RGB
CMYK
RGB Variations
Color information
#AF681B (or 0xAF681B) is known color: Hot Toddy. HEX triplet: AF, 68 and 1B. RGB value is (175,104,27). Sum of RGB (Red+Green+Blue) = 175+104+27=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF681B is #5097E4. Grayscale: #747474. Windows color (decimal): -5281765 or 1796271. OLE color: 1796271.
HSL color Cylindrical-coordinate representation of color #AF681B: hue angle of 31.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF681B is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 27 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.31 |
| HSL | 31.22º | 0.73% | 0.4% | - |
| HSV(B) | 31.22º | 0.85% | 0.69% | - |
| XYZ | 22.83 | 19.09 | 3.52 | - |
| YUV | 116.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 27 | 0 | 0.41 | 0.85 | 0.31 | 31.22 | 0.73 | 0.4 |
| Hex | AF | 68 | 1B | 0 | 29 | 55 | 1F | 1F | 49 | 28 |
| Octal | 257 | 150 | 33 | 0 | 51 | 125 | 37 | 37 | 111 | 50 |
| Binary | 10101111 | 1101000 | 11011 | 0 | 101001 | 1010101 | 11111 | 11111 | 1001001 | 101000 |
Color Harmonies of #AF681B
Complementary color
Monochromatic Colors of #AF681B
Black with #AF681B
Text Example
Text Example
White with #AF681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF681B; }
p { color: rgb(175,104,27); }
H1.HeaderClassName
{
color: #AF681B;
}
.AnyTagClassName
{
color: #AF681B;
}
</style>
background-color css
<style>
a { background-color: #AF681B; }
a { background-color: rgb(175,104,27); }
div.DivClassName
{
background-color: #AF681B;
}
.BgClassName
{
background-color: #AF681B;
}
</style>
border-color css
<style>
span { border-color: #AF681B; }
span { border-color: rgb(175,104,27); }
td.TdClassName
{
border-color: #AF681B;
}
.TagClassName
{
border-color: #AF681B;
}
</style>