Shades of Hot Toddy #A87630
Tints of Hot Toddy #A87630
RGB
CMYK
RGB Variations
Color information
#A87630 (or 0xA87630) is known color: Hot Toddy. HEX triplet: A8, 76 and 30. RGB value is (168,118,48). Sum of RGB (Red+Green+Blue) = 168+118+48=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A87630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87630 is #5789CF. Grayscale: #7D7D7D. Windows color (decimal): -5736912 or 3176104. OLE color: 3176104.
HSL color Cylindrical-coordinate representation of color #A87630: hue angle of 35º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A87630 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 48 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.34 |
| HSL | 35º | 0.56% | 0.42% | - |
| HSV(B) | 35º | 0.71% | 0.66% | - |
| XYZ | 23.16 | 21.5 | 5.72 | - |
| YUV | 124.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 48 | 0 | 0.30 | 0.71 | 0.34 | 35 | 0.56 | 0.42 |
| Hex | A8 | 76 | 30 | 0 | 1E | 47 | 22 | 23 | 38 | 2A |
| Octal | 250 | 166 | 60 | 0 | 36 | 107 | 42 | 43 | 70 | 52 |
| Binary | 10101000 | 1110110 | 110000 | 0 | 11110 | 1000111 | 100010 | 100011 | 111000 | 101010 |
Color Harmonies of #A87630
Complementary color
Monochromatic Colors of #A87630
Black with #A87630
Text Example
Text Example
White with #A87630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87630; }
p { color: rgb(168,118,48); }
H1.HeaderClassName
{
color: #A87630;
}
.AnyTagClassName
{
color: #A87630;
}
</style>
background-color css
<style>
a { background-color: #A87630; }
a { background-color: rgb(168,118,48); }
div.DivClassName
{
background-color: #A87630;
}
.BgClassName
{
background-color: #A87630;
}
</style>
border-color css
<style>
span { border-color: #A87630; }
span { border-color: rgb(168,118,48); }
td.TdClassName
{
border-color: #A87630;
}
.TagClassName
{
border-color: #A87630;
}
</style>