Shades of Hot Toddy #A57527
Tints of Hot Toddy #A57527
RGB
CMYK
RGB Variations
Color information
#A57527 (or 0xA57527) is known color: Hot Toddy. HEX triplet: A5, 75 and 27. RGB value is (165,117,39). Sum of RGB (Red+Green+Blue) = 165+117+39=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A57527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57527 is #5A8AD8. Grayscale: #7A7A7A. Windows color (decimal): -5933785 or 2586021. OLE color: 2586021.
HSL color Cylindrical-coordinate representation of color #A57527: hue angle of 37.14º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A57527 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 39 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.35 |
| HSL | 37.14º | 0.62% | 0.4% | - |
| HSV(B) | 37.14º | 0.76% | 0.65% | - |
| XYZ | 22.24 | 20.87 | 4.78 | - |
| YUV | 122.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 39 | 0 | 0.29 | 0.76 | 0.35 | 37.14 | 0.62 | 0.4 |
| Hex | A5 | 75 | 27 | 0 | 1D | 4C | 23 | 25 | 3E | 28 |
| Octal | 245 | 165 | 47 | 0 | 35 | 114 | 43 | 45 | 76 | 50 |
| Binary | 10100101 | 1110101 | 100111 | 0 | 11101 | 1001100 | 100011 | 100101 | 111110 | 101000 |
Color Harmonies of #A57527
Complementary color
Monochromatic Colors of #A57527
Black with #A57527
Text Example
Text Example
White with #A57527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57527; }
p { color: rgb(165,117,39); }
H1.HeaderClassName
{
color: #A57527;
}
.AnyTagClassName
{
color: #A57527;
}
</style>
background-color css
<style>
a { background-color: #A57527; }
a { background-color: rgb(165,117,39); }
div.DivClassName
{
background-color: #A57527;
}
.BgClassName
{
background-color: #A57527;
}
</style>
border-color css
<style>
span { border-color: #A57527; }
span { border-color: rgb(165,117,39); }
td.TdClassName
{
border-color: #A57527;
}
.TagClassName
{
border-color: #A57527;
}
</style>