Shades of Hot Toddy #AF731F
Tints of Hot Toddy #AF731F
RGB
CMYK
RGB Variations
Color information
#AF731F (or 0xAF731F) is known color: Hot Toddy. HEX triplet: AF, 73 and 1F. RGB value is (175,115,31). Sum of RGB (Red+Green+Blue) = 175+115+31=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF731F is #508CE0. Grayscale: #7B7B7B. Windows color (decimal): -5278945 or 2061231. OLE color: 2061231.
HSL color Cylindrical-coordinate representation of color #AF731F: hue angle of 35º 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 #AF731F is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 31 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.31 |
| HSL | 35º | 0.7% | 0.4% | - |
| HSV(B) | 35º | 0.82% | 0.69% | - |
| XYZ | 24.06 | 21.47 | 4.17 | - |
| YUV | 123.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 31 | 0 | 0.34 | 0.82 | 0.31 | 35 | 0.7 | 0.4 |
| Hex | AF | 73 | 1F | 0 | 22 | 52 | 1F | 23 | 46 | 28 |
| Octal | 257 | 163 | 37 | 0 | 42 | 122 | 37 | 43 | 106 | 50 |
| Binary | 10101111 | 1110011 | 11111 | 0 | 100010 | 1010010 | 11111 | 100011 | 1000110 | 101000 |
Color Harmonies of #AF731F
Complementary color
Monochromatic Colors of #AF731F
Black with #AF731F
Text Example
Text Example
White with #AF731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF731F; }
p { color: rgb(175,115,31); }
H1.HeaderClassName
{
color: #AF731F;
}
.AnyTagClassName
{
color: #AF731F;
}
</style>
background-color css
<style>
a { background-color: #AF731F; }
a { background-color: rgb(175,115,31); }
div.DivClassName
{
background-color: #AF731F;
}
.BgClassName
{
background-color: #AF731F;
}
</style>
border-color css
<style>
span { border-color: #AF731F; }
span { border-color: rgb(175,115,31); }
td.TdClassName
{
border-color: #AF731F;
}
.TagClassName
{
border-color: #AF731F;
}
</style>