Shades of Hot Toddy #A27B2B
Tints of Hot Toddy #A27B2B
RGB
CMYK
RGB Variations
Color information
#A27B2B (or 0xA27B2B) is known color: Hot Toddy. HEX triplet: A2, 7B and 2B. RGB value is (162,123,43). Sum of RGB (Red+Green+Blue) = 162+123+43=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B2B is #5D84D4. Grayscale: #7D7D7D. Windows color (decimal): -6128853 or 2849698. OLE color: 2849698.
HSL color Cylindrical-coordinate representation of color #A27B2B: hue angle of 40.34º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A27B2B is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 43 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.36 |
| HSL | 40.34º | 0.58% | 0.4% | - |
| HSV(B) | 40.34º | 0.73% | 0.64% | - |
| XYZ | 22.42 | 22.02 | 5.35 | - |
| YUV | 125.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 43 | 0 | 0.24 | 0.73 | 0.36 | 40.34 | 0.58 | 0.4 |
| Hex | A2 | 7B | 2B | 0 | 18 | 49 | 24 | 28 | 3A | 28 |
| Octal | 242 | 173 | 53 | 0 | 30 | 111 | 44 | 50 | 72 | 50 |
| Binary | 10100010 | 1111011 | 101011 | 0 | 11000 | 1001001 | 100100 | 101000 | 111010 | 101000 |
Color Harmonies of #A27B2B
Complementary color
Monochromatic Colors of #A27B2B
Black with #A27B2B
Text Example
Text Example
White with #A27B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B2B; }
p { color: rgb(162,123,43); }
H1.HeaderClassName
{
color: #A27B2B;
}
.AnyTagClassName
{
color: #A27B2B;
}
</style>
background-color css
<style>
a { background-color: #A27B2B; }
a { background-color: rgb(162,123,43); }
div.DivClassName
{
background-color: #A27B2B;
}
.BgClassName
{
background-color: #A27B2B;
}
</style>
border-color css
<style>
span { border-color: #A27B2B; }
span { border-color: rgb(162,123,43); }
td.TdClassName
{
border-color: #A27B2B;
}
.TagClassName
{
border-color: #A27B2B;
}
</style>