Shades of Hot Toddy #AF6F28
Tints of Hot Toddy #AF6F28
RGB
CMYK
RGB Variations
Color information
#AF6F28 (or 0xAF6F28) is known color: Hot Toddy. HEX triplet: AF, 6F and 28. RGB value is (175,111,40). Sum of RGB (Red+Green+Blue) = 175+111+40=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F28 is #5090D7. Grayscale: #7A7A7A. Windows color (decimal): -5279960 or 2650031. OLE color: 2650031.
HSL color Cylindrical-coordinate representation of color #AF6F28: hue angle of 31.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF6F28 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 40 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.31 |
| HSL | 31.56º | 0.63% | 0.42% | - |
| HSV(B) | 31.56º | 0.77% | 0.69% | - |
| XYZ | 23.75 | 20.64 | 4.74 | - |
| YUV | 122.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 40 | 0 | 0.37 | 0.77 | 0.31 | 31.56 | 0.63 | 0.42 |
| Hex | AF | 6F | 28 | 0 | 25 | 4D | 1F | 20 | 3F | 2A |
| Octal | 257 | 157 | 50 | 0 | 45 | 115 | 37 | 40 | 77 | 52 |
| Binary | 10101111 | 1101111 | 101000 | 0 | 100101 | 1001101 | 11111 | 100000 | 111111 | 101010 |
Color Harmonies of #AF6F28
Complementary color
Monochromatic Colors of #AF6F28
Black with #AF6F28
Text Example
Text Example
White with #AF6F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F28; }
p { color: rgb(175,111,40); }
H1.HeaderClassName
{
color: #AF6F28;
}
.AnyTagClassName
{
color: #AF6F28;
}
</style>
background-color css
<style>
a { background-color: #AF6F28; }
a { background-color: rgb(175,111,40); }
div.DivClassName
{
background-color: #AF6F28;
}
.BgClassName
{
background-color: #AF6F28;
}
</style>
border-color css
<style>
span { border-color: #AF6F28; }
span { border-color: rgb(175,111,40); }
td.TdClassName
{
border-color: #AF6F28;
}
.TagClassName
{
border-color: #AF6F28;
}
</style>