Shades of Hot Toddy #AF7B20
Tints of Hot Toddy #AF7B20
RGB
CMYK
RGB Variations
Color information
#AF7B20 (or 0xAF7B20) is known color: Hot Toddy. HEX triplet: AF, 7B and 20. RGB value is (175,123,32). Sum of RGB (Red+Green+Blue) = 175+123+32=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B20 is #5084DF. Grayscale: #808080. Windows color (decimal): -5276896 or 2128815. OLE color: 2128815.
HSL color Cylindrical-coordinate representation of color #AF7B20: hue angle of 38.18º 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 #AF7B20 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 32 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.31 |
| HSL | 38.18º | 0.69% | 0.41% | - |
| HSV(B) | 38.18º | 0.82% | 0.69% | - |
| XYZ | 25.02 | 23.38 | 4.56 | - |
| YUV | 128.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 32 | 0 | 0.30 | 0.82 | 0.31 | 38.18 | 0.69 | 0.41 |
| Hex | AF | 7B | 20 | 0 | 1E | 52 | 1F | 26 | 45 | 29 |
| Octal | 257 | 173 | 40 | 0 | 36 | 122 | 37 | 46 | 105 | 51 |
| Binary | 10101111 | 1111011 | 100000 | 0 | 11110 | 1010010 | 11111 | 100110 | 1000101 | 101001 |
Color Harmonies of #AF7B20
Complementary color
Monochromatic Colors of #AF7B20
Black with #AF7B20
Text Example
Text Example
White with #AF7B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B20; }
p { color: rgb(175,123,32); }
H1.HeaderClassName
{
color: #AF7B20;
}
.AnyTagClassName
{
color: #AF7B20;
}
</style>
background-color css
<style>
a { background-color: #AF7B20; }
a { background-color: rgb(175,123,32); }
div.DivClassName
{
background-color: #AF7B20;
}
.BgClassName
{
background-color: #AF7B20;
}
</style>
border-color css
<style>
span { border-color: #AF7B20; }
span { border-color: rgb(175,123,32); }
td.TdClassName
{
border-color: #AF7B20;
}
.TagClassName
{
border-color: #AF7B20;
}
</style>