Shades of Hot Toddy #AF7920
Tints of Hot Toddy #AF7920
RGB
CMYK
RGB Variations
Color information
#AF7920 (or 0xAF7920) is known color: Hot Toddy. HEX triplet: AF, 79 and 20. RGB value is (175,121,32). Sum of RGB (Red+Green+Blue) = 175+121+32=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7920 is #5086DF. Grayscale: #7F7F7F. Windows color (decimal): -5277408 or 2128303. OLE color: 2128303.
HSL color Cylindrical-coordinate representation of color #AF7920: hue angle of 37.34º 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 #AF7920 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 32 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.31 |
| HSL | 37.34º | 0.69% | 0.41% | - |
| HSV(B) | 37.34º | 0.82% | 0.69% | - |
| XYZ | 24.78 | 22.89 | 4.48 | - |
| YUV | 127 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 32 | 0 | 0.31 | 0.82 | 0.31 | 37.34 | 0.69 | 0.41 |
| Hex | AF | 79 | 20 | 0 | 1F | 52 | 1F | 25 | 45 | 29 |
| Octal | 257 | 171 | 40 | 0 | 37 | 122 | 37 | 45 | 105 | 51 |
| Binary | 10101111 | 1111001 | 100000 | 0 | 11111 | 1010010 | 11111 | 100101 | 1000101 | 101001 |
Color Harmonies of #AF7920
Complementary color
Monochromatic Colors of #AF7920
Black with #AF7920
Text Example
Text Example
White with #AF7920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7920; }
p { color: rgb(175,121,32); }
H1.HeaderClassName
{
color: #AF7920;
}
.AnyTagClassName
{
color: #AF7920;
}
</style>
background-color css
<style>
a { background-color: #AF7920; }
a { background-color: rgb(175,121,32); }
div.DivClassName
{
background-color: #AF7920;
}
.BgClassName
{
background-color: #AF7920;
}
</style>
border-color css
<style>
span { border-color: #AF7920; }
span { border-color: rgb(175,121,32); }
td.TdClassName
{
border-color: #AF7920;
}
.TagClassName
{
border-color: #AF7920;
}
</style>