Shades of Hot Toddy #AF6D25
Tints of Hot Toddy #AF6D25
RGB
CMYK
RGB Variations
Color information
#AF6D25 (or 0xAF6D25) is known color: Hot Toddy. HEX triplet: AF, 6D and 25. RGB value is (175,109,37). Sum of RGB (Red+Green+Blue) = 175+109+37=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D25 is #5092DA. Grayscale: #787878. Windows color (decimal): -5280475 or 2452911. OLE color: 2452911.
HSL color Cylindrical-coordinate representation of color #AF6D25: hue angle of 31.3º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF6D25 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 37 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.31 |
| HSL | 31.3º | 0.65% | 0.42% | - |
| HSV(B) | 31.3º | 0.79% | 0.69% | - |
| XYZ | 23.48 | 20.18 | 4.41 | - |
| YUV | 120.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 37 | 0 | 0.38 | 0.79 | 0.31 | 31.3 | 0.65 | 0.42 |
| Hex | AF | 6D | 25 | 0 | 26 | 4F | 1F | 1F | 41 | 2A |
| Octal | 257 | 155 | 45 | 0 | 46 | 117 | 37 | 37 | 101 | 52 |
| Binary | 10101111 | 1101101 | 100101 | 0 | 100110 | 1001111 | 11111 | 11111 | 1000001 | 101010 |
Color Harmonies of #AF6D25
Complementary color
Monochromatic Colors of #AF6D25
Black with #AF6D25
Text Example
Text Example
White with #AF6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D25; }
p { color: rgb(175,109,37); }
H1.HeaderClassName
{
color: #AF6D25;
}
.AnyTagClassName
{
color: #AF6D25;
}
</style>
background-color css
<style>
a { background-color: #AF6D25; }
a { background-color: rgb(175,109,37); }
div.DivClassName
{
background-color: #AF6D25;
}
.BgClassName
{
background-color: #AF6D25;
}
</style>
border-color css
<style>
span { border-color: #AF6D25; }
span { border-color: rgb(175,109,37); }
td.TdClassName
{
border-color: #AF6D25;
}
.TagClassName
{
border-color: #AF6D25;
}
</style>