Shades of Hot Toddy #AF6D1A
Tints of Hot Toddy #AF6D1A
RGB
CMYK
RGB Variations
Color information
#AF6D1A (or 0xAF6D1A) is known color: Hot Toddy. HEX triplet: AF, 6D and 1A. RGB value is (175,109,26). Sum of RGB (Red+Green+Blue) = 175+109+26=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D1A is #5092E5. Grayscale: #777777. Windows color (decimal): -5280486 or 1732015. OLE color: 1732015.
HSL color Cylindrical-coordinate representation of color #AF6D1A: hue angle of 33.42º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF6D1A is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 26 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.31 |
| HSL | 33.42º | 0.74% | 0.39% | - |
| HSV(B) | 33.42º | 0.85% | 0.69% | - |
| XYZ | 23.33 | 20.13 | 3.63 | - |
| YUV | 119.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 26 | 0 | 0.38 | 0.85 | 0.31 | 33.42 | 0.74 | 0.39 |
| Hex | AF | 6D | 1A | 0 | 26 | 55 | 1F | 21 | 4A | 27 |
| Octal | 257 | 155 | 32 | 0 | 46 | 125 | 37 | 41 | 112 | 47 |
| Binary | 10101111 | 1101101 | 11010 | 0 | 100110 | 1010101 | 11111 | 100001 | 1001010 | 100111 |
Color Harmonies of #AF6D1A
Complementary color
Monochromatic Colors of #AF6D1A
Black with #AF6D1A
Text Example
Text Example
White with #AF6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D1A; }
p { color: rgb(175,109,26); }
H1.HeaderClassName
{
color: #AF6D1A;
}
.AnyTagClassName
{
color: #AF6D1A;
}
</style>
background-color css
<style>
a { background-color: #AF6D1A; }
a { background-color: rgb(175,109,26); }
div.DivClassName
{
background-color: #AF6D1A;
}
.BgClassName
{
background-color: #AF6D1A;
}
</style>
border-color css
<style>
span { border-color: #AF6D1A; }
span { border-color: rgb(175,109,26); }
td.TdClassName
{
border-color: #AF6D1A;
}
.TagClassName
{
border-color: #AF6D1A;
}
</style>