Shades of Hot Toddy #AF7326
Tints of Hot Toddy #AF7326
RGB
CMYK
RGB Variations
Color information
#AF7326 (or 0xAF7326) is known color: Hot Toddy. HEX triplet: AF, 73 and 26. RGB value is (175,115,38). Sum of RGB (Red+Green+Blue) = 175+115+38=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7326 is #508CD9. Grayscale: #7C7C7C. Windows color (decimal): -5278938 or 2519983. OLE color: 2519983.
HSL color Cylindrical-coordinate representation of color #AF7326: hue angle of 33.72º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF7326 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 38 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.31 |
| HSL | 33.72º | 0.64% | 0.42% | - |
| HSV(B) | 33.72º | 0.78% | 0.69% | - |
| XYZ | 24.16 | 21.52 | 4.71 | - |
| YUV | 124.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 38 | 0 | 0.34 | 0.78 | 0.31 | 33.72 | 0.64 | 0.42 |
| Hex | AF | 73 | 26 | 0 | 22 | 4E | 1F | 22 | 40 | 2A |
| Octal | 257 | 163 | 46 | 0 | 42 | 116 | 37 | 42 | 100 | 52 |
| Binary | 10101111 | 1110011 | 100110 | 0 | 100010 | 1001110 | 11111 | 100010 | 1000000 | 101010 |
Color Harmonies of #AF7326
Complementary color
Monochromatic Colors of #AF7326
Black with #AF7326
Text Example
Text Example
White with #AF7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7326; }
p { color: rgb(175,115,38); }
H1.HeaderClassName
{
color: #AF7326;
}
.AnyTagClassName
{
color: #AF7326;
}
</style>
background-color css
<style>
a { background-color: #AF7326; }
a { background-color: rgb(175,115,38); }
div.DivClassName
{
background-color: #AF7326;
}
.BgClassName
{
background-color: #AF7326;
}
</style>
border-color css
<style>
span { border-color: #AF7326; }
span { border-color: rgb(175,115,38); }
td.TdClassName
{
border-color: #AF7326;
}
.TagClassName
{
border-color: #AF7326;
}
</style>