Shades of Hot Toddy #AB7325
Tints of Hot Toddy #AB7325
RGB
CMYK
RGB Variations
Color information
#AB7325 (or 0xAB7325) is known color: Hot Toddy. HEX triplet: AB, 73 and 25. RGB value is (171,115,37). Sum of RGB (Red+Green+Blue) = 171+115+37=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7325 is #548CDA. Grayscale: #7B7B7B. Windows color (decimal): -5541083 or 2454443. OLE color: 2454443.
HSL color Cylindrical-coordinate representation of color #AB7325: hue angle of 34.93º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB7325 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 37 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.33 |
| HSL | 34.93º | 0.64% | 0.41% | - |
| HSV(B) | 34.93º | 0.78% | 0.67% | - |
| XYZ | 23.26 | 21.05 | 4.59 | - |
| YUV | 122.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 37 | 0 | 0.33 | 0.78 | 0.33 | 34.93 | 0.64 | 0.41 |
| Hex | AB | 73 | 25 | 0 | 21 | 4E | 21 | 23 | 40 | 29 |
| Octal | 253 | 163 | 45 | 0 | 41 | 116 | 41 | 43 | 100 | 51 |
| Binary | 10101011 | 1110011 | 100101 | 0 | 100001 | 1001110 | 100001 | 100011 | 1000000 | 101001 |
Color Harmonies of #AB7325
Complementary color
Monochromatic Colors of #AB7325
Black with #AB7325
Text Example
Text Example
White with #AB7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7325; }
p { color: rgb(171,115,37); }
H1.HeaderClassName
{
color: #AB7325;
}
.AnyTagClassName
{
color: #AB7325;
}
</style>
background-color css
<style>
a { background-color: #AB7325; }
a { background-color: rgb(171,115,37); }
div.DivClassName
{
background-color: #AB7325;
}
.BgClassName
{
background-color: #AB7325;
}
</style>
border-color css
<style>
span { border-color: #AB7325; }
span { border-color: rgb(171,115,37); }
td.TdClassName
{
border-color: #AB7325;
}
.TagClassName
{
border-color: #AB7325;
}
</style>