Shades of Hot Toddy #AF6E23
Tints of Hot Toddy #AF6E23
RGB
CMYK
RGB Variations
Color information
#AF6E23 (or 0xAF6E23) is known color: Hot Toddy. HEX triplet: AF, 6E and 23. RGB value is (175,110,35). Sum of RGB (Red+Green+Blue) = 175+110+35=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E23 is #5091DC. Grayscale: #797979. Windows color (decimal): -5280221 or 2322095. OLE color: 2322095.
HSL color Cylindrical-coordinate representation of color #AF6E23: hue angle of 32.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF6E23 is Cyan = 0, Magento = 0.37, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 35 | - |
| CMYK | 0 | 0.37 | 0.8 | 0.31 |
| HSL | 32.14º | 0.67% | 0.41% | - |
| HSV(B) | 32.14º | 0.8% | 0.69% | - |
| XYZ | 23.56 | 20.39 | 4.28 | - |
| YUV | 120.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 35 | 0 | 0.37 | 0.8 | 0.31 | 32.14 | 0.67 | 0.41 |
| Hex | AF | 6E | 23 | 0 | 25 | 50 | 1F | 20 | 43 | 29 |
| Octal | 257 | 156 | 43 | 0 | 45 | 120 | 37 | 40 | 103 | 51 |
| Binary | 10101111 | 1101110 | 100011 | 0 | 100101 | 1010000 | 11111 | 100000 | 1000011 | 101001 |
Color Harmonies of #AF6E23
Complementary color
Monochromatic Colors of #AF6E23
Black with #AF6E23
Text Example
Text Example
White with #AF6E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E23; }
p { color: rgb(175,110,35); }
H1.HeaderClassName
{
color: #AF6E23;
}
.AnyTagClassName
{
color: #AF6E23;
}
</style>
background-color css
<style>
a { background-color: #AF6E23; }
a { background-color: rgb(175,110,35); }
div.DivClassName
{
background-color: #AF6E23;
}
.BgClassName
{
background-color: #AF6E23;
}
</style>
border-color css
<style>
span { border-color: #AF6E23; }
span { border-color: rgb(175,110,35); }
td.TdClassName
{
border-color: #AF6E23;
}
.TagClassName
{
border-color: #AF6E23;
}
</style>