Shades of Hot Toddy #AB7A1F
Tints of Hot Toddy #AB7A1F
RGB
CMYK
RGB Variations
Color information
#AB7A1F (or 0xAB7A1F) is known color: Hot Toddy. HEX triplet: AB, 7A and 1F. RGB value is (171,122,31). Sum of RGB (Red+Green+Blue) = 171+122+31=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A1F is #5485E0. Grayscale: #7E7E7E. Windows color (decimal): -5539297 or 2063019. OLE color: 2063019.
HSL color Cylindrical-coordinate representation of color #AB7A1F: hue angle of 39º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB7A1F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 31 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.33 |
| HSL | 39º | 0.69% | 0.4% | - |
| HSV(B) | 39º | 0.82% | 0.67% | - |
| XYZ | 24 | 22.68 | 4.41 | - |
| YUV | 126.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 31 | 0 | 0.29 | 0.82 | 0.33 | 39 | 0.69 | 0.4 |
| Hex | AB | 7A | 1F | 0 | 1D | 52 | 21 | 27 | 45 | 28 |
| Octal | 253 | 172 | 37 | 0 | 35 | 122 | 41 | 47 | 105 | 50 |
| Binary | 10101011 | 1111010 | 11111 | 0 | 11101 | 1010010 | 100001 | 100111 | 1000101 | 101000 |
Color Harmonies of #AB7A1F
Complementary color
Monochromatic Colors of #AB7A1F
Black with #AB7A1F
Text Example
Text Example
White with #AB7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A1F; }
p { color: rgb(171,122,31); }
H1.HeaderClassName
{
color: #AB7A1F;
}
.AnyTagClassName
{
color: #AB7A1F;
}
</style>
background-color css
<style>
a { background-color: #AB7A1F; }
a { background-color: rgb(171,122,31); }
div.DivClassName
{
background-color: #AB7A1F;
}
.BgClassName
{
background-color: #AB7A1F;
}
</style>
border-color css
<style>
span { border-color: #AB7A1F; }
span { border-color: rgb(171,122,31); }
td.TdClassName
{
border-color: #AB7A1F;
}
.TagClassName
{
border-color: #AB7A1F;
}
</style>