Shades of Hot Toddy #AF7729
Tints of Hot Toddy #AF7729
RGB
CMYK
RGB Variations
Color information
#AF7729 (or 0xAF7729) is known color: Hot Toddy. HEX triplet: AF, 77 and 29. RGB value is (175,119,41). Sum of RGB (Red+Green+Blue) = 175+119+41=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7729 is #5088D6. Grayscale: #7F7F7F. Windows color (decimal): -5277911 or 2717615. OLE color: 2717615.
HSL color Cylindrical-coordinate representation of color #AF7729: hue angle of 34.93º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF7729 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 41 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.31 |
| HSL | 34.93º | 0.62% | 0.42% | - |
| HSV(B) | 34.93º | 0.77% | 0.69% | - |
| XYZ | 24.68 | 22.47 | 5.13 | - |
| YUV | 126.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 41 | 0 | 0.32 | 0.77 | 0.31 | 34.93 | 0.62 | 0.42 |
| Hex | AF | 77 | 29 | 0 | 20 | 4D | 1F | 23 | 3E | 2A |
| Octal | 257 | 167 | 51 | 0 | 40 | 115 | 37 | 43 | 76 | 52 |
| Binary | 10101111 | 1110111 | 101001 | 0 | 100000 | 1001101 | 11111 | 100011 | 111110 | 101010 |
Color Harmonies of #AF7729
Complementary color
Monochromatic Colors of #AF7729
Black with #AF7729
Text Example
Text Example
White with #AF7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7729; }
p { color: rgb(175,119,41); }
H1.HeaderClassName
{
color: #AF7729;
}
.AnyTagClassName
{
color: #AF7729;
}
</style>
background-color css
<style>
a { background-color: #AF7729; }
a { background-color: rgb(175,119,41); }
div.DivClassName
{
background-color: #AF7729;
}
.BgClassName
{
background-color: #AF7729;
}
</style>
border-color css
<style>
span { border-color: #AF7729; }
span { border-color: rgb(175,119,41); }
td.TdClassName
{
border-color: #AF7729;
}
.TagClassName
{
border-color: #AF7729;
}
</style>