Shades of Hot Toddy #AF6C21
Tints of Hot Toddy #AF6C21
RGB
CMYK
RGB Variations
Color information
#AF6C21 (or 0xAF6C21) is known color: Hot Toddy. HEX triplet: AF, 6C and 21. RGB value is (175,108,33). Sum of RGB (Red+Green+Blue) = 175+108+33=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C21 is #5093DE. Grayscale: #777777. Windows color (decimal): -5280735 or 2190511. OLE color: 2190511.
HSL color Cylindrical-coordinate representation of color #AF6C21: hue angle of 31.69º 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 #AF6C21 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 33 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.31 |
| HSL | 31.69º | 0.68% | 0.41% | - |
| HSV(B) | 31.69º | 0.81% | 0.69% | - |
| XYZ | 23.32 | 19.95 | 4.06 | - |
| YUV | 119.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 33 | 0 | 0.38 | 0.81 | 0.31 | 31.69 | 0.68 | 0.41 |
| Hex | AF | 6C | 21 | 0 | 26 | 51 | 1F | 20 | 44 | 29 |
| Octal | 257 | 154 | 41 | 0 | 46 | 121 | 37 | 40 | 104 | 51 |
| Binary | 10101111 | 1101100 | 100001 | 0 | 100110 | 1010001 | 11111 | 100000 | 1000100 | 101001 |
Color Harmonies of #AF6C21
Complementary color
Monochromatic Colors of #AF6C21
Black with #AF6C21
Text Example
Text Example
White with #AF6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C21; }
p { color: rgb(175,108,33); }
H1.HeaderClassName
{
color: #AF6C21;
}
.AnyTagClassName
{
color: #AF6C21;
}
</style>
background-color css
<style>
a { background-color: #AF6C21; }
a { background-color: rgb(175,108,33); }
div.DivClassName
{
background-color: #AF6C21;
}
.BgClassName
{
background-color: #AF6C21;
}
</style>
border-color css
<style>
span { border-color: #AF6C21; }
span { border-color: rgb(175,108,33); }
td.TdClassName
{
border-color: #AF6C21;
}
.TagClassName
{
border-color: #AF6C21;
}
</style>