Shades of Hot Toddy #AB7535
Tints of Hot Toddy #AB7535
RGB
CMYK
RGB Variations
Color information
#AB7535 (or 0xAB7535) is known color: Hot Toddy. HEX triplet: AB, 75 and 35. RGB value is (171,117,53). Sum of RGB (Red+Green+Blue) = 171+117+53=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7535 is #548ACA. Grayscale: #7E7E7E. Windows color (decimal): -5540555 or 3503531. OLE color: 3503531.
HSL color Cylindrical-coordinate representation of color #AB7535: hue angle of 32.54º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB7535 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 53 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.33 |
| HSL | 32.54º | 0.53% | 0.44% | - |
| HSV(B) | 32.54º | 0.69% | 0.67% | - |
| XYZ | 23.8 | 21.64 | 6.29 | - |
| YUV | 125.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 53 | 0 | 0.32 | 0.69 | 0.33 | 32.54 | 0.53 | 0.44 |
| Hex | AB | 75 | 35 | 0 | 20 | 45 | 21 | 21 | 35 | 2C |
| Octal | 253 | 165 | 65 | 0 | 40 | 105 | 41 | 41 | 65 | 54 |
| Binary | 10101011 | 1110101 | 110101 | 0 | 100000 | 1000101 | 100001 | 100001 | 110101 | 101100 |
Color Harmonies of #AB7535
Complementary color
Monochromatic Colors of #AB7535
Black with #AB7535
Text Example
Text Example
White with #AB7535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7535; }
p { color: rgb(171,117,53); }
H1.HeaderClassName
{
color: #AB7535;
}
.AnyTagClassName
{
color: #AB7535;
}
</style>
background-color css
<style>
a { background-color: #AB7535; }
a { background-color: rgb(171,117,53); }
div.DivClassName
{
background-color: #AB7535;
}
.BgClassName
{
background-color: #AB7535;
}
</style>
border-color css
<style>
span { border-color: #AB7535; }
span { border-color: rgb(171,117,53); }
td.TdClassName
{
border-color: #AB7535;
}
.TagClassName
{
border-color: #AB7535;
}
</style>