Shades of Hot Toddy #AF6D1B
Tints of Hot Toddy #AF6D1B
RGB
CMYK
RGB Variations
Color information
#AF6D1B (or 0xAF6D1B) is known color: Hot Toddy. HEX triplet: AF, 6D and 1B. RGB value is (175,109,27). Sum of RGB (Red+Green+Blue) = 175+109+27=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D1B is #5092E4. Grayscale: #777777. Windows color (decimal): -5280485 or 1797551. OLE color: 1797551.
HSL color Cylindrical-coordinate representation of color #AF6D1B: hue angle of 33.24º 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 #AF6D1B is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 27 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.31 |
| HSL | 33.24º | 0.73% | 0.4% | - |
| HSV(B) | 33.24º | 0.85% | 0.69% | - |
| XYZ | 23.35 | 20.13 | 3.69 | - |
| YUV | 119.39 | 75.87 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 27 | 0 | 0.38 | 0.85 | 0.31 | 33.24 | 0.73 | 0.4 |
| Hex | AF | 6D | 1B | 0 | 26 | 55 | 1F | 21 | 49 | 28 |
| Octal | 257 | 155 | 33 | 0 | 46 | 125 | 37 | 41 | 111 | 50 |
| Binary | 10101111 | 1101101 | 11011 | 0 | 100110 | 1010101 | 11111 | 100001 | 1001001 | 101000 |
Color Harmonies of #AF6D1B
Complementary color
Monochromatic Colors of #AF6D1B
Black with #AF6D1B
Text Example
Text Example
White with #AF6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D1B; }
p { color: rgb(175,109,27); }
H1.HeaderClassName
{
color: #AF6D1B;
}
.AnyTagClassName
{
color: #AF6D1B;
}
</style>
background-color css
<style>
a { background-color: #AF6D1B; }
a { background-color: rgb(175,109,27); }
div.DivClassName
{
background-color: #AF6D1B;
}
.BgClassName
{
background-color: #AF6D1B;
}
</style>
border-color css
<style>
span { border-color: #AF6D1B; }
span { border-color: rgb(175,109,27); }
td.TdClassName
{
border-color: #AF6D1B;
}
.TagClassName
{
border-color: #AF6D1B;
}
</style>