Shades of Hot Toddy #A27D32
Tints of Hot Toddy #A27D32
RGB
CMYK
RGB Variations
Color information
#A27D32 (or 0xA27D32) is known color: Hot Toddy. HEX triplet: A2, 7D and 32. RGB value is (162,125,50). Sum of RGB (Red+Green+Blue) = 162+125+50=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D32 is #5D82CD. Grayscale: #7F7F7F. Windows color (decimal): -6128334 or 3308962. OLE color: 3308962.
HSL color Cylindrical-coordinate representation of color #A27D32: hue angle of 40.18º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A27D32 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 50 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.36 |
| HSL | 40.18º | 0.53% | 0.42% | - |
| HSV(B) | 40.18º | 0.69% | 0.64% | - |
| XYZ | 22.81 | 22.58 | 6.17 | - |
| YUV | 127.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 50 | 0 | 0.23 | 0.69 | 0.36 | 40.18 | 0.53 | 0.42 |
| Hex | A2 | 7D | 32 | 0 | 17 | 45 | 24 | 28 | 35 | 2A |
| Octal | 242 | 175 | 62 | 0 | 27 | 105 | 44 | 50 | 65 | 52 |
| Binary | 10100010 | 1111101 | 110010 | 0 | 10111 | 1000101 | 100100 | 101000 | 110101 | 101010 |
Color Harmonies of #A27D32
Complementary color
Monochromatic Colors of #A27D32
Black with #A27D32
Text Example
Text Example
White with #A27D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D32; }
p { color: rgb(162,125,50); }
H1.HeaderClassName
{
color: #A27D32;
}
.AnyTagClassName
{
color: #A27D32;
}
</style>
background-color css
<style>
a { background-color: #A27D32; }
a { background-color: rgb(162,125,50); }
div.DivClassName
{
background-color: #A27D32;
}
.BgClassName
{
background-color: #A27D32;
}
</style>
border-color css
<style>
span { border-color: #A27D32; }
span { border-color: rgb(162,125,50); }
td.TdClassName
{
border-color: #A27D32;
}
.TagClassName
{
border-color: #A27D32;
}
</style>