Shades of Hot Toddy #A87534
Tints of Hot Toddy #A87534
RGB
CMYK
RGB Variations
Color information
#A87534 (or 0xA87534) is known color: Hot Toddy. HEX triplet: A8, 75 and 34. RGB value is (168,117,52). Sum of RGB (Red+Green+Blue) = 168+117+52=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A87534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87534 is #578ACB. Grayscale: #7D7D7D. Windows color (decimal): -5737164 or 3437992. OLE color: 3437992.
HSL color Cylindrical-coordinate representation of color #A87534: hue angle of 33.62º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A87534 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 52 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.34 |
| HSL | 33.62º | 0.53% | 0.43% | - |
| HSV(B) | 33.62º | 0.69% | 0.66% | - |
| XYZ | 23.13 | 21.3 | 6.14 | - |
| YUV | 124.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 52 | 0 | 0.30 | 0.69 | 0.34 | 33.62 | 0.53 | 0.43 |
| Hex | A8 | 75 | 34 | 0 | 1E | 45 | 22 | 22 | 35 | 2B |
| Octal | 250 | 165 | 64 | 0 | 36 | 105 | 42 | 42 | 65 | 53 |
| Binary | 10101000 | 1110101 | 110100 | 0 | 11110 | 1000101 | 100010 | 100010 | 110101 | 101011 |
Color Harmonies of #A87534
Complementary color
Monochromatic Colors of #A87534
Black with #A87534
Text Example
Text Example
White with #A87534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87534; }
p { color: rgb(168,117,52); }
H1.HeaderClassName
{
color: #A87534;
}
.AnyTagClassName
{
color: #A87534;
}
</style>
background-color css
<style>
a { background-color: #A87534; }
a { background-color: rgb(168,117,52); }
div.DivClassName
{
background-color: #A87534;
}
.BgClassName
{
background-color: #A87534;
}
</style>
border-color css
<style>
span { border-color: #A87534; }
span { border-color: rgb(168,117,52); }
td.TdClassName
{
border-color: #A87534;
}
.TagClassName
{
border-color: #A87534;
}
</style>