Shades of Hot Toddy #AF7A1A
Tints of Hot Toddy #AF7A1A
RGB
CMYK
RGB Variations
Color information
#AF7A1A (or 0xAF7A1A) is known color: Hot Toddy. HEX triplet: AF, 7A and 1A. RGB value is (175,122,26). Sum of RGB (Red+Green+Blue) = 175+122+26=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A1A is #5085E5. Grayscale: #7F7F7F. Windows color (decimal): -5277158 or 1735343. OLE color: 1735343.
HSL color Cylindrical-coordinate representation of color #AF7A1A: hue angle of 38.66º 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 #AF7A1A is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 26 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.31 |
| HSL | 38.66º | 0.74% | 0.39% | - |
| HSV(B) | 38.66º | 0.85% | 0.69% | - |
| XYZ | 24.83 | 23.11 | 4.13 | - |
| YUV | 126.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 26 | 0 | 0.30 | 0.85 | 0.31 | 38.66 | 0.74 | 0.39 |
| Hex | AF | 7A | 1A | 0 | 1E | 55 | 1F | 27 | 4A | 27 |
| Octal | 257 | 172 | 32 | 0 | 36 | 125 | 37 | 47 | 112 | 47 |
| Binary | 10101111 | 1111010 | 11010 | 0 | 11110 | 1010101 | 11111 | 100111 | 1001010 | 100111 |
Color Harmonies of #AF7A1A
Complementary color
Monochromatic Colors of #AF7A1A
Black with #AF7A1A
Text Example
Text Example
White with #AF7A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A1A; }
p { color: rgb(175,122,26); }
H1.HeaderClassName
{
color: #AF7A1A;
}
.AnyTagClassName
{
color: #AF7A1A;
}
</style>
background-color css
<style>
a { background-color: #AF7A1A; }
a { background-color: rgb(175,122,26); }
div.DivClassName
{
background-color: #AF7A1A;
}
.BgClassName
{
background-color: #AF7A1A;
}
</style>
border-color css
<style>
span { border-color: #AF7A1A; }
span { border-color: rgb(175,122,26); }
td.TdClassName
{
border-color: #AF7A1A;
}
.TagClassName
{
border-color: #AF7A1A;
}
</style>