Shades of Hot Toddy #AB7D30
Tints of Hot Toddy #AB7D30
RGB
CMYK
RGB Variations
Color information
#AB7D30 (or 0xAB7D30) is known color: Hot Toddy. HEX triplet: AB, 7D and 30. RGB value is (171,125,48). Sum of RGB (Red+Green+Blue) = 171+125+48=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D30 is #5482CF. Grayscale: #828282. Windows color (decimal): -5538512 or 3177899. OLE color: 3177899.
HSL color Cylindrical-coordinate representation of color #AB7D30: hue angle of 37.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB7D30 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 48 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.33 |
| HSL | 37.56º | 0.56% | 0.43% | - |
| HSV(B) | 37.56º | 0.72% | 0.67% | - |
| XYZ | 24.66 | 23.54 | 6.04 | - |
| YUV | 129.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 48 | 0 | 0.27 | 0.72 | 0.33 | 37.56 | 0.56 | 0.43 |
| Hex | AB | 7D | 30 | 0 | 1B | 48 | 21 | 26 | 38 | 2B |
| Octal | 253 | 175 | 60 | 0 | 33 | 110 | 41 | 46 | 70 | 53 |
| Binary | 10101011 | 1111101 | 110000 | 0 | 11011 | 1001000 | 100001 | 100110 | 111000 | 101011 |
Color Harmonies of #AB7D30
Complementary color
Monochromatic Colors of #AB7D30
Black with #AB7D30
Text Example
Text Example
White with #AB7D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D30; }
p { color: rgb(171,125,48); }
H1.HeaderClassName
{
color: #AB7D30;
}
.AnyTagClassName
{
color: #AB7D30;
}
</style>
background-color css
<style>
a { background-color: #AB7D30; }
a { background-color: rgb(171,125,48); }
div.DivClassName
{
background-color: #AB7D30;
}
.BgClassName
{
background-color: #AB7D30;
}
</style>
border-color css
<style>
span { border-color: #AB7D30; }
span { border-color: rgb(171,125,48); }
td.TdClassName
{
border-color: #AB7D30;
}
.TagClassName
{
border-color: #AB7D30;
}
</style>