Shades of Hot Toddy #AB7B2A
Tints of Hot Toddy #AB7B2A
RGB
CMYK
RGB Variations
Color information
#AB7B2A (or 0xAB7B2A) is known color: Hot Toddy. HEX triplet: AB, 7B and 2A. RGB value is (171,123,42). Sum of RGB (Red+Green+Blue) = 171+123+42=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B2A is #5484D5. Grayscale: #808080. Windows color (decimal): -5539030 or 2784171. OLE color: 2784171.
HSL color Cylindrical-coordinate representation of color #AB7B2A: hue angle of 37.67º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB7B2A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 42 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.33 |
| HSL | 37.67º | 0.61% | 0.42% | - |
| HSV(B) | 37.67º | 0.75% | 0.67% | - |
| XYZ | 24.3 | 22.99 | 5.35 | - |
| YUV | 128.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 42 | 0 | 0.28 | 0.75 | 0.33 | 37.67 | 0.61 | 0.42 |
| Hex | AB | 7B | 2A | 0 | 1C | 4B | 21 | 26 | 3D | 2A |
| Octal | 253 | 173 | 52 | 0 | 34 | 113 | 41 | 46 | 75 | 52 |
| Binary | 10101011 | 1111011 | 101010 | 0 | 11100 | 1001011 | 100001 | 100110 | 111101 | 101010 |
Color Harmonies of #AB7B2A
Complementary color
Monochromatic Colors of #AB7B2A
Black with #AB7B2A
Text Example
Text Example
White with #AB7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B2A; }
p { color: rgb(171,123,42); }
H1.HeaderClassName
{
color: #AB7B2A;
}
.AnyTagClassName
{
color: #AB7B2A;
}
</style>
background-color css
<style>
a { background-color: #AB7B2A; }
a { background-color: rgb(171,123,42); }
div.DivClassName
{
background-color: #AB7B2A;
}
.BgClassName
{
background-color: #AB7B2A;
}
</style>
border-color css
<style>
span { border-color: #AB7B2A; }
span { border-color: rgb(171,123,42); }
td.TdClassName
{
border-color: #AB7B2A;
}
.TagClassName
{
border-color: #AB7B2A;
}
</style>