Shades of Hot Toddy #AF6C1E
Tints of Hot Toddy #AF6C1E
RGB
CMYK
RGB Variations
Color information
#AF6C1E (or 0xAF6C1E) is known color: Hot Toddy. HEX triplet: AF, 6C and 1E. RGB value is (175,108,30). Sum of RGB (Red+Green+Blue) = 175+108+30=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C1E is #5093E1. Grayscale: #777777. Windows color (decimal): -5280738 or 1993903. OLE color: 1993903.
HSL color Cylindrical-coordinate representation of color #AF6C1E: hue angle of 32.28º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF6C1E is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 30 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.31 |
| HSL | 32.28º | 0.71% | 0.4% | - |
| HSV(B) | 32.28º | 0.83% | 0.69% | - |
| XYZ | 23.28 | 19.93 | 3.85 | - |
| YUV | 119.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 30 | 0 | 0.38 | 0.83 | 0.31 | 32.28 | 0.71 | 0.4 |
| Hex | AF | 6C | 1E | 0 | 26 | 53 | 1F | 20 | 47 | 28 |
| Octal | 257 | 154 | 36 | 0 | 46 | 123 | 37 | 40 | 107 | 50 |
| Binary | 10101111 | 1101100 | 11110 | 0 | 100110 | 1010011 | 11111 | 100000 | 1000111 | 101000 |
Color Harmonies of #AF6C1E
Complementary color
Monochromatic Colors of #AF6C1E
Black with #AF6C1E
Text Example
Text Example
White with #AF6C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C1E; }
p { color: rgb(175,108,30); }
H1.HeaderClassName
{
color: #AF6C1E;
}
.AnyTagClassName
{
color: #AF6C1E;
}
</style>
background-color css
<style>
a { background-color: #AF6C1E; }
a { background-color: rgb(175,108,30); }
div.DivClassName
{
background-color: #AF6C1E;
}
.BgClassName
{
background-color: #AF6C1E;
}
</style>
border-color css
<style>
span { border-color: #AF6C1E; }
span { border-color: rgb(175,108,30); }
td.TdClassName
{
border-color: #AF6C1E;
}
.TagClassName
{
border-color: #AF6C1E;
}
</style>