Shades of Hot Toddy #AF761B
Tints of Hot Toddy #AF761B
RGB
CMYK
RGB Variations
Color information
#AF761B (or 0xAF761B) is known color: Hot Toddy. HEX triplet: AF, 76 and 1B. RGB value is (175,118,27). Sum of RGB (Red+Green+Blue) = 175+118+27=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF761B is #5089E4. Grayscale: #7D7D7D. Windows color (decimal): -5278181 or 1799855. OLE color: 1799855.
HSL color Cylindrical-coordinate representation of color #AF761B: hue angle of 36.89º 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 #AF761B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 27 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.31 |
| HSL | 36.89º | 0.73% | 0.4% | - |
| HSV(B) | 36.89º | 0.85% | 0.69% | - |
| XYZ | 24.36 | 22.15 | 4.03 | - |
| YUV | 124.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 27 | 0 | 0.33 | 0.85 | 0.31 | 36.89 | 0.73 | 0.4 |
| Hex | AF | 76 | 1B | 0 | 21 | 55 | 1F | 25 | 49 | 28 |
| Octal | 257 | 166 | 33 | 0 | 41 | 125 | 37 | 45 | 111 | 50 |
| Binary | 10101111 | 1110110 | 11011 | 0 | 100001 | 1010101 | 11111 | 100101 | 1001001 | 101000 |
Color Harmonies of #AF761B
Complementary color
Monochromatic Colors of #AF761B
Black with #AF761B
Text Example
Text Example
White with #AF761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF761B; }
p { color: rgb(175,118,27); }
H1.HeaderClassName
{
color: #AF761B;
}
.AnyTagClassName
{
color: #AF761B;
}
</style>
background-color css
<style>
a { background-color: #AF761B; }
a { background-color: rgb(175,118,27); }
div.DivClassName
{
background-color: #AF761B;
}
.BgClassName
{
background-color: #AF761B;
}
</style>
border-color css
<style>
span { border-color: #AF761B; }
span { border-color: rgb(175,118,27); }
td.TdClassName
{
border-color: #AF761B;
}
.TagClassName
{
border-color: #AF761B;
}
</style>