Shades of Hot Toddy #A47727
Tints of Hot Toddy #A47727
RGB
CMYK
RGB Variations
Color information
#A47727 (or 0xA47727) is known color: Hot Toddy. HEX triplet: A4, 77 and 27. RGB value is (164,119,39). Sum of RGB (Red+Green+Blue) = 164+119+39=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A47727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47727 is #5B88D8. Grayscale: #7B7B7B. Windows color (decimal): -5998809 or 2586532. OLE color: 2586532.
HSL color Cylindrical-coordinate representation of color #A47727: hue angle of 38.4º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A47727 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 39 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.36 |
| HSL | 38.4º | 0.62% | 0.4% | - |
| HSV(B) | 38.4º | 0.76% | 0.64% | - |
| XYZ | 22.27 | 21.23 | 4.84 | - |
| YUV | 123.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 39 | 0 | 0.27 | 0.76 | 0.36 | 38.4 | 0.62 | 0.4 |
| Hex | A4 | 77 | 27 | 0 | 1B | 4C | 24 | 26 | 3E | 28 |
| Octal | 244 | 167 | 47 | 0 | 33 | 114 | 44 | 46 | 76 | 50 |
| Binary | 10100100 | 1110111 | 100111 | 0 | 11011 | 1001100 | 100100 | 100110 | 111110 | 101000 |
Color Harmonies of #A47727
Complementary color
Monochromatic Colors of #A47727
Black with #A47727
Text Example
Text Example
White with #A47727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47727; }
p { color: rgb(164,119,39); }
H1.HeaderClassName
{
color: #A47727;
}
.AnyTagClassName
{
color: #A47727;
}
</style>
background-color css
<style>
a { background-color: #A47727; }
a { background-color: rgb(164,119,39); }
div.DivClassName
{
background-color: #A47727;
}
.BgClassName
{
background-color: #A47727;
}
</style>
border-color css
<style>
span { border-color: #A47727; }
span { border-color: rgb(164,119,39); }
td.TdClassName
{
border-color: #A47727;
}
.TagClassName
{
border-color: #A47727;
}
</style>