Shades of Hot Toddy #AF7421
Tints of Hot Toddy #AF7421
RGB
CMYK
RGB Variations
Color information
#AF7421 (or 0xAF7421) is known color: Hot Toddy. HEX triplet: AF, 74 and 21. RGB value is (175,116,33). Sum of RGB (Red+Green+Blue) = 175+116+33=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7421 is #508BDE. Grayscale: #7C7C7C. Windows color (decimal): -5278687 or 2192559. OLE color: 2192559.
HSL color Cylindrical-coordinate representation of color #AF7421: hue angle of 35.07º 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 #AF7421 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 33 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.31 |
| HSL | 35.07º | 0.68% | 0.41% | - |
| HSV(B) | 35.07º | 0.81% | 0.69% | - |
| XYZ | 24.2 | 21.71 | 4.35 | - |
| YUV | 124.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 33 | 0 | 0.34 | 0.81 | 0.31 | 35.07 | 0.68 | 0.41 |
| Hex | AF | 74 | 21 | 0 | 22 | 51 | 1F | 23 | 44 | 29 |
| Octal | 257 | 164 | 41 | 0 | 42 | 121 | 37 | 43 | 104 | 51 |
| Binary | 10101111 | 1110100 | 100001 | 0 | 100010 | 1010001 | 11111 | 100011 | 1000100 | 101001 |
Color Harmonies of #AF7421
Complementary color
Monochromatic Colors of #AF7421
Black with #AF7421
Text Example
Text Example
White with #AF7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7421; }
p { color: rgb(175,116,33); }
H1.HeaderClassName
{
color: #AF7421;
}
.AnyTagClassName
{
color: #AF7421;
}
</style>
background-color css
<style>
a { background-color: #AF7421; }
a { background-color: rgb(175,116,33); }
div.DivClassName
{
background-color: #AF7421;
}
.BgClassName
{
background-color: #AF7421;
}
</style>
border-color css
<style>
span { border-color: #AF7421; }
span { border-color: rgb(175,116,33); }
td.TdClassName
{
border-color: #AF7421;
}
.TagClassName
{
border-color: #AF7421;
}
</style>