Shades of Hot Toddy #AB7A1E
Tints of Hot Toddy #AB7A1E
RGB
CMYK
RGB Variations
Color information
#AB7A1E (or 0xAB7A1E) is known color: Hot Toddy. HEX triplet: AB, 7A and 1E. RGB value is (171,122,30). Sum of RGB (Red+Green+Blue) = 171+122+30=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A1E is #5485E1. Grayscale: #7E7E7E. Windows color (decimal): -5539298 or 1997483. OLE color: 1997483.
HSL color Cylindrical-coordinate representation of color #AB7A1E: hue angle of 39.15º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB7A1E is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 30 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.33 |
| HSL | 39.15º | 0.7% | 0.39% | - |
| HSV(B) | 39.15º | 0.82% | 0.67% | - |
| XYZ | 23.99 | 22.67 | 4.34 | - |
| YUV | 126.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 30 | 0 | 0.29 | 0.82 | 0.33 | 39.15 | 0.7 | 0.39 |
| Hex | AB | 7A | 1E | 0 | 1D | 52 | 21 | 27 | 46 | 27 |
| Octal | 253 | 172 | 36 | 0 | 35 | 122 | 41 | 47 | 106 | 47 |
| Binary | 10101011 | 1111010 | 11110 | 0 | 11101 | 1010010 | 100001 | 100111 | 1000110 | 100111 |
Color Harmonies of #AB7A1E
Complementary color
Monochromatic Colors of #AB7A1E
Black with #AB7A1E
Text Example
Text Example
White with #AB7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A1E; }
p { color: rgb(171,122,30); }
H1.HeaderClassName
{
color: #AB7A1E;
}
.AnyTagClassName
{
color: #AB7A1E;
}
</style>
background-color css
<style>
a { background-color: #AB7A1E; }
a { background-color: rgb(171,122,30); }
div.DivClassName
{
background-color: #AB7A1E;
}
.BgClassName
{
background-color: #AB7A1E;
}
</style>
border-color css
<style>
span { border-color: #AB7A1E; }
span { border-color: rgb(171,122,30); }
td.TdClassName
{
border-color: #AB7A1E;
}
.TagClassName
{
border-color: #AB7A1E;
}
</style>