Shades of Hot Toddy #AF6C20
Tints of Hot Toddy #AF6C20
RGB
CMYK
RGB Variations
Color information
#AF6C20 (or 0xAF6C20) is known color: Hot Toddy. HEX triplet: AF, 6C and 20. RGB value is (175,108,32). Sum of RGB (Red+Green+Blue) = 175+108+32=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C20 is #5093DF. Grayscale: #777777. Windows color (decimal): -5280736 or 2124975. OLE color: 2124975.
HSL color Cylindrical-coordinate representation of color #AF6C20: hue angle of 31.89º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF6C20 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 32 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.31 |
| HSL | 31.89º | 0.69% | 0.41% | - |
| HSV(B) | 31.89º | 0.82% | 0.69% | - |
| XYZ | 23.3 | 19.94 | 3.99 | - |
| YUV | 119.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 32 | 0 | 0.38 | 0.82 | 0.31 | 31.89 | 0.69 | 0.41 |
| Hex | AF | 6C | 20 | 0 | 26 | 52 | 1F | 20 | 45 | 29 |
| Octal | 257 | 154 | 40 | 0 | 46 | 122 | 37 | 40 | 105 | 51 |
| Binary | 10101111 | 1101100 | 100000 | 0 | 100110 | 1010010 | 11111 | 100000 | 1000101 | 101001 |
Color Harmonies of #AF6C20
Complementary color
Monochromatic Colors of #AF6C20
Black with #AF6C20
Text Example
Text Example
White with #AF6C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C20; }
p { color: rgb(175,108,32); }
H1.HeaderClassName
{
color: #AF6C20;
}
.AnyTagClassName
{
color: #AF6C20;
}
</style>
background-color css
<style>
a { background-color: #AF6C20; }
a { background-color: rgb(175,108,32); }
div.DivClassName
{
background-color: #AF6C20;
}
.BgClassName
{
background-color: #AF6C20;
}
</style>
border-color css
<style>
span { border-color: #AF6C20; }
span { border-color: rgb(175,108,32); }
td.TdClassName
{
border-color: #AF6C20;
}
.TagClassName
{
border-color: #AF6C20;
}
</style>