Shades of Hot Toddy #AF6D21
Tints of Hot Toddy #AF6D21
RGB
CMYK
RGB Variations
Color information
#AF6D21 (or 0xAF6D21) is known color: Hot Toddy. HEX triplet: AF, 6D and 21. RGB value is (175,109,33). Sum of RGB (Red+Green+Blue) = 175+109+33=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D21 is #5092DE. Grayscale: #787878. Windows color (decimal): -5280479 or 2190767. OLE color: 2190767.
HSL color Cylindrical-coordinate representation of color #AF6D21: hue angle of 32.11º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF6D21 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 33 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.31 |
| HSL | 32.11º | 0.68% | 0.41% | - |
| HSV(B) | 32.11º | 0.81% | 0.69% | - |
| XYZ | 23.42 | 20.16 | 4.1 | - |
| YUV | 120.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 33 | 0 | 0.38 | 0.81 | 0.31 | 32.11 | 0.68 | 0.41 |
| Hex | AF | 6D | 21 | 0 | 26 | 51 | 1F | 20 | 44 | 29 |
| Octal | 257 | 155 | 41 | 0 | 46 | 121 | 37 | 40 | 104 | 51 |
| Binary | 10101111 | 1101101 | 100001 | 0 | 100110 | 1010001 | 11111 | 100000 | 1000100 | 101001 |
Color Harmonies of #AF6D21
Complementary color
Monochromatic Colors of #AF6D21
Black with #AF6D21
Text Example
Text Example
White with #AF6D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D21; }
p { color: rgb(175,109,33); }
H1.HeaderClassName
{
color: #AF6D21;
}
.AnyTagClassName
{
color: #AF6D21;
}
</style>
background-color css
<style>
a { background-color: #AF6D21; }
a { background-color: rgb(175,109,33); }
div.DivClassName
{
background-color: #AF6D21;
}
.BgClassName
{
background-color: #AF6D21;
}
</style>
border-color css
<style>
span { border-color: #AF6D21; }
span { border-color: rgb(175,109,33); }
td.TdClassName
{
border-color: #AF6D21;
}
.TagClassName
{
border-color: #AF6D21;
}
</style>