Shades of Hot Toddy #A5752B
Tints of Hot Toddy #A5752B
RGB
CMYK
RGB Variations
Color information
#A5752B (or 0xA5752B) is known color: Hot Toddy. HEX triplet: A5, 75 and 2B. RGB value is (165,117,43). Sum of RGB (Red+Green+Blue) = 165+117+43=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5752B is #5A8AD4. Grayscale: #7B7B7B. Windows color (decimal): -5933781 or 2848165. OLE color: 2848165.
HSL color Cylindrical-coordinate representation of color #A5752B: hue angle of 36.39º degrees, saturation: 0.59, 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 #A5752B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 43 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.35 |
| HSL | 36.39º | 0.59% | 0.41% | - |
| HSV(B) | 36.39º | 0.74% | 0.65% | - |
| XYZ | 22.31 | 20.9 | 5.14 | - |
| YUV | 122.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 43 | 0 | 0.29 | 0.74 | 0.35 | 36.39 | 0.59 | 0.41 |
| Hex | A5 | 75 | 2B | 0 | 1D | 4A | 23 | 24 | 3B | 29 |
| Octal | 245 | 165 | 53 | 0 | 35 | 112 | 43 | 44 | 73 | 51 |
| Binary | 10100101 | 1110101 | 101011 | 0 | 11101 | 1001010 | 100011 | 100100 | 111011 | 101001 |
Color Harmonies of #A5752B
Complementary color
Monochromatic Colors of #A5752B
Black with #A5752B
Text Example
Text Example
White with #A5752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5752B; }
p { color: rgb(165,117,43); }
H1.HeaderClassName
{
color: #A5752B;
}
.AnyTagClassName
{
color: #A5752B;
}
</style>
background-color css
<style>
a { background-color: #A5752B; }
a { background-color: rgb(165,117,43); }
div.DivClassName
{
background-color: #A5752B;
}
.BgClassName
{
background-color: #A5752B;
}
</style>
border-color css
<style>
span { border-color: #A5752B; }
span { border-color: rgb(165,117,43); }
td.TdClassName
{
border-color: #A5752B;
}
.TagClassName
{
border-color: #A5752B;
}
</style>