Shades of Hot Toddy #AF6A1F
Tints of Hot Toddy #AF6A1F
RGB
CMYK
RGB Variations
Color information
#AF6A1F (or 0xAF6A1F) is known color: Hot Toddy. HEX triplet: AF, 6A and 1F. RGB value is (175,106,31). Sum of RGB (Red+Green+Blue) = 175+106+31=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A1F is #5095E0. Grayscale: #767676. Windows color (decimal): -5281249 or 2058927. OLE color: 2058927.
HSL color Cylindrical-coordinate representation of color #AF6A1F: hue angle of 31.25º 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 #AF6A1F is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 31 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.31 |
| HSL | 31.25º | 0.7% | 0.4% | - |
| HSV(B) | 31.25º | 0.82% | 0.69% | - |
| XYZ | 23.08 | 19.52 | 3.85 | - |
| YUV | 118.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 31 | 0 | 0.39 | 0.82 | 0.31 | 31.25 | 0.7 | 0.4 |
| Hex | AF | 6A | 1F | 0 | 27 | 52 | 1F | 1F | 46 | 28 |
| Octal | 257 | 152 | 37 | 0 | 47 | 122 | 37 | 37 | 106 | 50 |
| Binary | 10101111 | 1101010 | 11111 | 0 | 100111 | 1010010 | 11111 | 11111 | 1000110 | 101000 |
Color Harmonies of #AF6A1F
Complementary color
Monochromatic Colors of #AF6A1F
Black with #AF6A1F
Text Example
Text Example
White with #AF6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A1F; }
p { color: rgb(175,106,31); }
H1.HeaderClassName
{
color: #AF6A1F;
}
.AnyTagClassName
{
color: #AF6A1F;
}
</style>
background-color css
<style>
a { background-color: #AF6A1F; }
a { background-color: rgb(175,106,31); }
div.DivClassName
{
background-color: #AF6A1F;
}
.BgClassName
{
background-color: #AF6A1F;
}
</style>
border-color css
<style>
span { border-color: #AF6A1F; }
span { border-color: rgb(175,106,31); }
td.TdClassName
{
border-color: #AF6A1F;
}
.TagClassName
{
border-color: #AF6A1F;
}
</style>