Shades of Hot Toddy #AF7A20
Tints of Hot Toddy #AF7A20
RGB
CMYK
RGB Variations
Color information
#AF7A20 (or 0xAF7A20) is known color: Hot Toddy. HEX triplet: AF, 7A and 20. RGB value is (175,122,32). Sum of RGB (Red+Green+Blue) = 175+122+32=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A20 is #5085DF. Grayscale: #7F7F7F. Windows color (decimal): -5277152 or 2128559. OLE color: 2128559.
HSL color Cylindrical-coordinate representation of color #AF7A20: hue angle of 37.76º 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 #AF7A20 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 32 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.31 |
| HSL | 37.76º | 0.69% | 0.41% | - |
| HSV(B) | 37.76º | 0.82% | 0.69% | - |
| XYZ | 24.9 | 23.14 | 4.52 | - |
| YUV | 127.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 32 | 0 | 0.30 | 0.82 | 0.31 | 37.76 | 0.69 | 0.41 |
| Hex | AF | 7A | 20 | 0 | 1E | 52 | 1F | 26 | 45 | 29 |
| Octal | 257 | 172 | 40 | 0 | 36 | 122 | 37 | 46 | 105 | 51 |
| Binary | 10101111 | 1111010 | 100000 | 0 | 11110 | 1010010 | 11111 | 100110 | 1000101 | 101001 |
Color Harmonies of #AF7A20
Complementary color
Monochromatic Colors of #AF7A20
Black with #AF7A20
Text Example
Text Example
White with #AF7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A20; }
p { color: rgb(175,122,32); }
H1.HeaderClassName
{
color: #AF7A20;
}
.AnyTagClassName
{
color: #AF7A20;
}
</style>
background-color css
<style>
a { background-color: #AF7A20; }
a { background-color: rgb(175,122,32); }
div.DivClassName
{
background-color: #AF7A20;
}
.BgClassName
{
background-color: #AF7A20;
}
</style>
border-color css
<style>
span { border-color: #AF7A20; }
span { border-color: rgb(175,122,32); }
td.TdClassName
{
border-color: #AF7A20;
}
.TagClassName
{
border-color: #AF7A20;
}
</style>