Shades of Hot Toddy #A5752C
Tints of Hot Toddy #A5752C
RGB
CMYK
RGB Variations
Color information
#A5752C (or 0xA5752C) is known color: Hot Toddy. HEX triplet: A5, 75 and 2C. RGB value is (165,117,44). Sum of RGB (Red+Green+Blue) = 165+117+44=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5752C is #5A8AD3. Grayscale: #7B7B7B. Windows color (decimal): -5933780 or 2913701. OLE color: 2913701.
HSL color Cylindrical-coordinate representation of color #A5752C: hue angle of 36.2º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5752C is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 44 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.35 |
| HSL | 36.2º | 0.58% | 0.41% | - |
| HSV(B) | 36.2º | 0.73% | 0.65% | - |
| XYZ | 22.33 | 20.9 | 5.24 | - |
| YUV | 123.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 44 | 0 | 0.29 | 0.73 | 0.35 | 36.2 | 0.58 | 0.41 |
| Hex | A5 | 75 | 2C | 0 | 1D | 49 | 23 | 24 | 3A | 29 |
| Octal | 245 | 165 | 54 | 0 | 35 | 111 | 43 | 44 | 72 | 51 |
| Binary | 10100101 | 1110101 | 101100 | 0 | 11101 | 1001001 | 100011 | 100100 | 111010 | 101001 |
Color Harmonies of #A5752C
Complementary color
Monochromatic Colors of #A5752C
Black with #A5752C
Text Example
Text Example
White with #A5752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5752C; }
p { color: rgb(165,117,44); }
H1.HeaderClassName
{
color: #A5752C;
}
.AnyTagClassName
{
color: #A5752C;
}
</style>
background-color css
<style>
a { background-color: #A5752C; }
a { background-color: rgb(165,117,44); }
div.DivClassName
{
background-color: #A5752C;
}
.BgClassName
{
background-color: #A5752C;
}
</style>
border-color css
<style>
span { border-color: #A5752C; }
span { border-color: rgb(165,117,44); }
td.TdClassName
{
border-color: #A5752C;
}
.TagClassName
{
border-color: #A5752C;
}
</style>