Shades of Hot Toddy #AF781B
Tints of Hot Toddy #AF781B
RGB
CMYK
RGB Variations
Color information
#AF781B (or 0xAF781B) is known color: Hot Toddy. HEX triplet: AF, 78 and 1B. RGB value is (175,120,27). Sum of RGB (Red+Green+Blue) = 175+120+27=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF781B is #5087E4. Grayscale: #7E7E7E. Windows color (decimal): -5277669 or 1800367. OLE color: 1800367.
HSL color Cylindrical-coordinate representation of color #AF781B: hue angle of 37.7º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF781B is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 27 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.31 |
| HSL | 37.7º | 0.73% | 0.4% | - |
| HSV(B) | 37.7º | 0.85% | 0.69% | - |
| XYZ | 24.59 | 22.63 | 4.11 | - |
| YUV | 125.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 27 | 0 | 0.31 | 0.85 | 0.31 | 37.7 | 0.73 | 0.4 |
| Hex | AF | 78 | 1B | 0 | 1F | 55 | 1F | 26 | 49 | 28 |
| Octal | 257 | 170 | 33 | 0 | 37 | 125 | 37 | 46 | 111 | 50 |
| Binary | 10101111 | 1111000 | 11011 | 0 | 11111 | 1010101 | 11111 | 100110 | 1001001 | 101000 |
Color Harmonies of #AF781B
Complementary color
Monochromatic Colors of #AF781B
Black with #AF781B
Text Example
Text Example
White with #AF781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF781B; }
p { color: rgb(175,120,27); }
H1.HeaderClassName
{
color: #AF781B;
}
.AnyTagClassName
{
color: #AF781B;
}
</style>
background-color css
<style>
a { background-color: #AF781B; }
a { background-color: rgb(175,120,27); }
div.DivClassName
{
background-color: #AF781B;
}
.BgClassName
{
background-color: #AF781B;
}
</style>
border-color css
<style>
span { border-color: #AF781B; }
span { border-color: rgb(175,120,27); }
td.TdClassName
{
border-color: #AF781B;
}
.TagClassName
{
border-color: #AF781B;
}
</style>