Shades of Hot Toddy #AF6C1A
Tints of Hot Toddy #AF6C1A
RGB
CMYK
RGB Variations
Color information
#AF6C1A (or 0xAF6C1A) is known color: Hot Toddy. HEX triplet: AF, 6C and 1A. RGB value is (175,108,26). Sum of RGB (Red+Green+Blue) = 175+108+26=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C1A is #5093E5. Grayscale: #777777. Windows color (decimal): -5280742 or 1731759. OLE color: 1731759.
HSL color Cylindrical-coordinate representation of color #AF6C1A: hue angle of 33.02º 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 #AF6C1A is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 26 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.31 |
| HSL | 33.02º | 0.74% | 0.39% | - |
| HSV(B) | 33.02º | 0.85% | 0.69% | - |
| XYZ | 23.23 | 19.91 | 3.6 | - |
| YUV | 118.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 26 | 0 | 0.38 | 0.85 | 0.31 | 33.02 | 0.74 | 0.39 |
| Hex | AF | 6C | 1A | 0 | 26 | 55 | 1F | 21 | 4A | 27 |
| Octal | 257 | 154 | 32 | 0 | 46 | 125 | 37 | 41 | 112 | 47 |
| Binary | 10101111 | 1101100 | 11010 | 0 | 100110 | 1010101 | 11111 | 100001 | 1001010 | 100111 |
Color Harmonies of #AF6C1A
Complementary color
Monochromatic Colors of #AF6C1A
Black with #AF6C1A
Text Example
Text Example
White with #AF6C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C1A; }
p { color: rgb(175,108,26); }
H1.HeaderClassName
{
color: #AF6C1A;
}
.AnyTagClassName
{
color: #AF6C1A;
}
</style>
background-color css
<style>
a { background-color: #AF6C1A; }
a { background-color: rgb(175,108,26); }
div.DivClassName
{
background-color: #AF6C1A;
}
.BgClassName
{
background-color: #AF6C1A;
}
</style>
border-color css
<style>
span { border-color: #AF6C1A; }
span { border-color: rgb(175,108,26); }
td.TdClassName
{
border-color: #AF6C1A;
}
.TagClassName
{
border-color: #AF6C1A;
}
</style>