Shades of Hot Toddy #A8762A
Tints of Hot Toddy #A8762A
RGB
CMYK
RGB Variations
Color information
#A8762A (or 0xA8762A) is known color: Hot Toddy. HEX triplet: A8, 76 and 2A. RGB value is (168,118,42). Sum of RGB (Red+Green+Blue) = 168+118+42=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8762A is #5789D5. Grayscale: #7C7C7C. Windows color (decimal): -5736918 or 2782888. OLE color: 2782888.
HSL color Cylindrical-coordinate representation of color #A8762A: hue angle of 36.19º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8762A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 42 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.34 |
| HSL | 36.19º | 0.6% | 0.41% | - |
| HSV(B) | 36.19º | 0.75% | 0.66% | - |
| XYZ | 23.04 | 21.45 | 5.12 | - |
| YUV | 124.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 42 | 0 | 0.30 | 0.75 | 0.34 | 36.19 | 0.6 | 0.41 |
| Hex | A8 | 76 | 2A | 0 | 1E | 4B | 22 | 24 | 3C | 29 |
| Octal | 250 | 166 | 52 | 0 | 36 | 113 | 42 | 44 | 74 | 51 |
| Binary | 10101000 | 1110110 | 101010 | 0 | 11110 | 1001011 | 100010 | 100100 | 111100 | 101001 |
Color Harmonies of #A8762A
Complementary color
Monochromatic Colors of #A8762A
Black with #A8762A
Text Example
Text Example
White with #A8762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8762A; }
p { color: rgb(168,118,42); }
H1.HeaderClassName
{
color: #A8762A;
}
.AnyTagClassName
{
color: #A8762A;
}
</style>
background-color css
<style>
a { background-color: #A8762A; }
a { background-color: rgb(168,118,42); }
div.DivClassName
{
background-color: #A8762A;
}
.BgClassName
{
background-color: #A8762A;
}
</style>
border-color css
<style>
span { border-color: #A8762A; }
span { border-color: rgb(168,118,42); }
td.TdClassName
{
border-color: #A8762A;
}
.TagClassName
{
border-color: #A8762A;
}
</style>