Shades of Hot Toddy #AF6A20
Tints of Hot Toddy #AF6A20
RGB
CMYK
RGB Variations
Color information
#AF6A20 (or 0xAF6A20) is known color: Hot Toddy. HEX triplet: AF, 6A and 20. RGB value is (175,106,32). Sum of RGB (Red+Green+Blue) = 175+106+32=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A20 is #5095DF. Grayscale: #767676. Windows color (decimal): -5281248 or 2124463. OLE color: 2124463.
HSL color Cylindrical-coordinate representation of color #AF6A20: hue angle of 31.05º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF6A20 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 32 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.31 |
| HSL | 31.05º | 0.69% | 0.41% | - |
| HSV(B) | 31.05º | 0.82% | 0.69% | - |
| XYZ | 23.09 | 19.53 | 3.92 | - |
| YUV | 118.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 32 | 0 | 0.39 | 0.82 | 0.31 | 31.05 | 0.69 | 0.41 |
| Hex | AF | 6A | 20 | 0 | 27 | 52 | 1F | 1F | 45 | 29 |
| Octal | 257 | 152 | 40 | 0 | 47 | 122 | 37 | 37 | 105 | 51 |
| Binary | 10101111 | 1101010 | 100000 | 0 | 100111 | 1010010 | 11111 | 11111 | 1000101 | 101001 |
Color Harmonies of #AF6A20
Complementary color
Monochromatic Colors of #AF6A20
Black with #AF6A20
Text Example
Text Example
White with #AF6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A20; }
p { color: rgb(175,106,32); }
H1.HeaderClassName
{
color: #AF6A20;
}
.AnyTagClassName
{
color: #AF6A20;
}
</style>
background-color css
<style>
a { background-color: #AF6A20; }
a { background-color: rgb(175,106,32); }
div.DivClassName
{
background-color: #AF6A20;
}
.BgClassName
{
background-color: #AF6A20;
}
</style>
border-color css
<style>
span { border-color: #AF6A20; }
span { border-color: rgb(175,106,32); }
td.TdClassName
{
border-color: #AF6A20;
}
.TagClassName
{
border-color: #AF6A20;
}
</style>