Shades of Hot Toddy #AF6B1A
Tints of Hot Toddy #AF6B1A
RGB
CMYK
RGB Variations
Color information
#AF6B1A (or 0xAF6B1A) is known color: Hot Toddy. HEX triplet: AF, 6B and 1A. RGB value is (175,107,26). Sum of RGB (Red+Green+Blue) = 175+107+26=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B1A is #5094E5. Grayscale: #767676. Windows color (decimal): -5280998 or 1731503. OLE color: 1731503.
HSL color Cylindrical-coordinate representation of color #AF6B1A: hue angle of 32.62º 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 #AF6B1A is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 26 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.31 |
| HSL | 32.62º | 0.74% | 0.39% | - |
| HSV(B) | 32.62º | 0.85% | 0.69% | - |
| XYZ | 23.12 | 19.7 | 3.56 | - |
| YUV | 118.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 26 | 0 | 0.39 | 0.85 | 0.31 | 32.62 | 0.74 | 0.39 |
| Hex | AF | 6B | 1A | 0 | 27 | 55 | 1F | 21 | 4A | 27 |
| Octal | 257 | 153 | 32 | 0 | 47 | 125 | 37 | 41 | 112 | 47 |
| Binary | 10101111 | 1101011 | 11010 | 0 | 100111 | 1010101 | 11111 | 100001 | 1001010 | 100111 |
Color Harmonies of #AF6B1A
Complementary color
Monochromatic Colors of #AF6B1A
Black with #AF6B1A
Text Example
Text Example
White with #AF6B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B1A; }
p { color: rgb(175,107,26); }
H1.HeaderClassName
{
color: #AF6B1A;
}
.AnyTagClassName
{
color: #AF6B1A;
}
</style>
background-color css
<style>
a { background-color: #AF6B1A; }
a { background-color: rgb(175,107,26); }
div.DivClassName
{
background-color: #AF6B1A;
}
.BgClassName
{
background-color: #AF6B1A;
}
</style>
border-color css
<style>
span { border-color: #AF6B1A; }
span { border-color: rgb(175,107,26); }
td.TdClassName
{
border-color: #AF6B1A;
}
.TagClassName
{
border-color: #AF6B1A;
}
</style>