Shades of Hot Toddy #AF761F
Tints of Hot Toddy #AF761F
RGB
CMYK
RGB Variations
Color information
#AF761F (or 0xAF761F) is known color: Hot Toddy. HEX triplet: AF, 76 and 1F. RGB value is (175,118,31). Sum of RGB (Red+Green+Blue) = 175+118+31=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF761F is #5089E0. Grayscale: #7D7D7D. Windows color (decimal): -5278177 or 2061999. OLE color: 2061999.
HSL color Cylindrical-coordinate representation of color #AF761F: hue angle of 36.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF761F is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 31 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.31 |
| HSL | 36.25º | 0.7% | 0.4% | - |
| HSV(B) | 36.25º | 0.82% | 0.69% | - |
| XYZ | 24.4 | 22.17 | 4.29 | - |
| YUV | 125.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 31 | 0 | 0.33 | 0.82 | 0.31 | 36.25 | 0.7 | 0.4 |
| Hex | AF | 76 | 1F | 0 | 21 | 52 | 1F | 24 | 46 | 28 |
| Octal | 257 | 166 | 37 | 0 | 41 | 122 | 37 | 44 | 106 | 50 |
| Binary | 10101111 | 1110110 | 11111 | 0 | 100001 | 1010010 | 11111 | 100100 | 1000110 | 101000 |
Color Harmonies of #AF761F
Complementary color
Monochromatic Colors of #AF761F
Black with #AF761F
Text Example
Text Example
White with #AF761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF761F; }
p { color: rgb(175,118,31); }
H1.HeaderClassName
{
color: #AF761F;
}
.AnyTagClassName
{
color: #AF761F;
}
</style>
background-color css
<style>
a { background-color: #AF761F; }
a { background-color: rgb(175,118,31); }
div.DivClassName
{
background-color: #AF761F;
}
.BgClassName
{
background-color: #AF761F;
}
</style>
border-color css
<style>
span { border-color: #AF761F; }
span { border-color: rgb(175,118,31); }
td.TdClassName
{
border-color: #AF761F;
}
.TagClassName
{
border-color: #AF761F;
}
</style>