Shades of Hot Toddy #AF6A1B
Tints of Hot Toddy #AF6A1B
RGB
CMYK
RGB Variations
Color information
#AF6A1B (or 0xAF6A1B) is known color: Hot Toddy. HEX triplet: AF, 6A and 1B. RGB value is (175,106,27). Sum of RGB (Red+Green+Blue) = 175+106+27=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A1B is #5095E4. Grayscale: #767676. Windows color (decimal): -5281253 or 1796783. OLE color: 1796783.
HSL color Cylindrical-coordinate representation of color #AF6A1B: hue angle of 32.03º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF6A1B is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 27 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.31 |
| HSL | 32.03º | 0.73% | 0.4% | - |
| HSV(B) | 32.03º | 0.85% | 0.69% | - |
| XYZ | 23.03 | 19.5 | 3.59 | - |
| YUV | 117.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 27 | 0 | 0.39 | 0.85 | 0.31 | 32.03 | 0.73 | 0.4 |
| Hex | AF | 6A | 1B | 0 | 27 | 55 | 1F | 20 | 49 | 28 |
| Octal | 257 | 152 | 33 | 0 | 47 | 125 | 37 | 40 | 111 | 50 |
| Binary | 10101111 | 1101010 | 11011 | 0 | 100111 | 1010101 | 11111 | 100000 | 1001001 | 101000 |
Color Harmonies of #AF6A1B
Complementary color
Monochromatic Colors of #AF6A1B
Black with #AF6A1B
Text Example
Text Example
White with #AF6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A1B; }
p { color: rgb(175,106,27); }
H1.HeaderClassName
{
color: #AF6A1B;
}
.AnyTagClassName
{
color: #AF6A1B;
}
</style>
background-color css
<style>
a { background-color: #AF6A1B; }
a { background-color: rgb(175,106,27); }
div.DivClassName
{
background-color: #AF6A1B;
}
.BgClassName
{
background-color: #AF6A1B;
}
</style>
border-color css
<style>
span { border-color: #AF6A1B; }
span { border-color: rgb(175,106,27); }
td.TdClassName
{
border-color: #AF6A1B;
}
.TagClassName
{
border-color: #AF6A1B;
}
</style>