Shades of Hot Toddy #AF732D
Tints of Hot Toddy #AF732D
RGB
CMYK
RGB Variations
Color information
#AF732D (or 0xAF732D) is known color: Hot Toddy. HEX triplet: AF, 73 and 2D. RGB value is (175,115,45). Sum of RGB (Red+Green+Blue) = 175+115+45=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF732D is #508CD2. Grayscale: #7D7D7D. Windows color (decimal): -5278931 or 2978735. OLE color: 2978735.
HSL color Cylindrical-coordinate representation of color #AF732D: hue angle of 32.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF732D is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 45 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.31 |
| HSL | 32.31º | 0.59% | 0.43% | - |
| HSV(B) | 32.31º | 0.74% | 0.69% | - |
| XYZ | 24.28 | 21.56 | 5.37 | - |
| YUV | 124.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 45 | 0 | 0.34 | 0.74 | 0.31 | 32.31 | 0.59 | 0.43 |
| Hex | AF | 73 | 2D | 0 | 22 | 4A | 1F | 20 | 3B | 2B |
| Octal | 257 | 163 | 55 | 0 | 42 | 112 | 37 | 40 | 73 | 53 |
| Binary | 10101111 | 1110011 | 101101 | 0 | 100010 | 1001010 | 11111 | 100000 | 111011 | 101011 |
Color Harmonies of #AF732D
Complementary color
Monochromatic Colors of #AF732D
Black with #AF732D
Text Example
Text Example
White with #AF732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF732D; }
p { color: rgb(175,115,45); }
H1.HeaderClassName
{
color: #AF732D;
}
.AnyTagClassName
{
color: #AF732D;
}
</style>
background-color css
<style>
a { background-color: #AF732D; }
a { background-color: rgb(175,115,45); }
div.DivClassName
{
background-color: #AF732D;
}
.BgClassName
{
background-color: #AF732D;
}
</style>
border-color css
<style>
span { border-color: #AF732D; }
span { border-color: rgb(175,115,45); }
td.TdClassName
{
border-color: #AF732D;
}
.TagClassName
{
border-color: #AF732D;
}
</style>