Shades of Hot Toddy #A7802C
Tints of Hot Toddy #A7802C
RGB
CMYK
RGB Variations
Color information
#A7802C (or 0xA7802C) is known color: Hot Toddy. HEX triplet: A7, 80 and 2C. RGB value is (167,128,44). Sum of RGB (Red+Green+Blue) = 167+128+44=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7802C is #587FD3. Grayscale: #828282. Windows color (decimal): -5799892 or 2916519. OLE color: 2916519.
HSL color Cylindrical-coordinate representation of color #A7802C: hue angle of 40.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7802C is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 44 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.35 |
| HSL | 40.98º | 0.58% | 0.41% | - |
| HSV(B) | 40.98º | 0.74% | 0.65% | - |
| XYZ | 24.11 | 23.84 | 5.71 | - |
| YUV | 130.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 44 | 0 | 0.23 | 0.74 | 0.35 | 40.98 | 0.58 | 0.41 |
| Hex | A7 | 80 | 2C | 0 | 17 | 4A | 23 | 29 | 3A | 29 |
| Octal | 247 | 200 | 54 | 0 | 27 | 112 | 43 | 51 | 72 | 51 |
| Binary | 10100111 | 10000000 | 101100 | 0 | 10111 | 1001010 | 100011 | 101001 | 111010 | 101001 |
Color Harmonies of #A7802C
Complementary color
Monochromatic Colors of #A7802C
Black with #A7802C
Text Example
Text Example
White with #A7802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7802C; }
p { color: rgb(167,128,44); }
H1.HeaderClassName
{
color: #A7802C;
}
.AnyTagClassName
{
color: #A7802C;
}
</style>
background-color css
<style>
a { background-color: #A7802C; }
a { background-color: rgb(167,128,44); }
div.DivClassName
{
background-color: #A7802C;
}
.BgClassName
{
background-color: #A7802C;
}
</style>
border-color css
<style>
span { border-color: #A7802C; }
span { border-color: rgb(167,128,44); }
td.TdClassName
{
border-color: #A7802C;
}
.TagClassName
{
border-color: #A7802C;
}
</style>