Shades of Hot Toddy #A5762A
Tints of Hot Toddy #A5762A
RGB
CMYK
RGB Variations
Color information
#A5762A (or 0xA5762A) is known color: Hot Toddy. HEX triplet: A5, 76 and 2A. RGB value is (165,118,42). Sum of RGB (Red+Green+Blue) = 165+118+42=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5762A is #5A89D5. Grayscale: #7B7B7B. Windows color (decimal): -5933526 or 2782885. OLE color: 2782885.
HSL color Cylindrical-coordinate representation of color #A5762A: hue angle of 37.07º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5762A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 42 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.35 |
| HSL | 37.07º | 0.59% | 0.41% | - |
| HSV(B) | 37.07º | 0.75% | 0.65% | - |
| XYZ | 22.41 | 21.12 | 5.09 | - |
| YUV | 123.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 42 | 0 | 0.28 | 0.75 | 0.35 | 37.07 | 0.59 | 0.41 |
| Hex | A5 | 76 | 2A | 0 | 1C | 4B | 23 | 25 | 3B | 29 |
| Octal | 245 | 166 | 52 | 0 | 34 | 113 | 43 | 45 | 73 | 51 |
| Binary | 10100101 | 1110110 | 101010 | 0 | 11100 | 1001011 | 100011 | 100101 | 111011 | 101001 |
Color Harmonies of #A5762A
Complementary color
Monochromatic Colors of #A5762A
Black with #A5762A
Text Example
Text Example
White with #A5762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5762A; }
p { color: rgb(165,118,42); }
H1.HeaderClassName
{
color: #A5762A;
}
.AnyTagClassName
{
color: #A5762A;
}
</style>
background-color css
<style>
a { background-color: #A5762A; }
a { background-color: rgb(165,118,42); }
div.DivClassName
{
background-color: #A5762A;
}
.BgClassName
{
background-color: #A5762A;
}
</style>
border-color css
<style>
span { border-color: #A5762A; }
span { border-color: rgb(165,118,42); }
td.TdClassName
{
border-color: #A5762A;
}
.TagClassName
{
border-color: #A5762A;
}
</style>