Shades of Hot Toddy #AF7229
Tints of Hot Toddy #AF7229
RGB
CMYK
RGB Variations
Color information
#AF7229 (or 0xAF7229) is known color: Hot Toddy. HEX triplet: AF, 72 and 29. RGB value is (175,114,41). Sum of RGB (Red+Green+Blue) = 175+114+41=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7229 is #508DD6. Grayscale: #7C7C7C. Windows color (decimal): -5279191 or 2716335. OLE color: 2716335.
HSL color Cylindrical-coordinate representation of color #AF7229: hue angle of 32.69º 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 #AF7229 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 41 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.31 |
| HSL | 32.69º | 0.62% | 0.42% | - |
| HSV(B) | 32.69º | 0.77% | 0.69% | - |
| XYZ | 24.1 | 21.31 | 4.94 | - |
| YUV | 123.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 41 | 0 | 0.35 | 0.77 | 0.31 | 32.69 | 0.62 | 0.42 |
| Hex | AF | 72 | 29 | 0 | 23 | 4D | 1F | 21 | 3E | 2A |
| Octal | 257 | 162 | 51 | 0 | 43 | 115 | 37 | 41 | 76 | 52 |
| Binary | 10101111 | 1110010 | 101001 | 0 | 100011 | 1001101 | 11111 | 100001 | 111110 | 101010 |
Color Harmonies of #AF7229
Complementary color
Monochromatic Colors of #AF7229
Black with #AF7229
Text Example
Text Example
White with #AF7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7229; }
p { color: rgb(175,114,41); }
H1.HeaderClassName
{
color: #AF7229;
}
.AnyTagClassName
{
color: #AF7229;
}
</style>
background-color css
<style>
a { background-color: #AF7229; }
a { background-color: rgb(175,114,41); }
div.DivClassName
{
background-color: #AF7229;
}
.BgClassName
{
background-color: #AF7229;
}
</style>
border-color css
<style>
span { border-color: #AF7229; }
span { border-color: rgb(175,114,41); }
td.TdClassName
{
border-color: #AF7229;
}
.TagClassName
{
border-color: #AF7229;
}
</style>