Shades of Hot Toddy #A27F32
Tints of Hot Toddy #A27F32
RGB
CMYK
RGB Variations
Color information
#A27F32 (or 0xA27F32) is known color: Hot Toddy. HEX triplet: A2, 7F and 32. RGB value is (162,127,50). Sum of RGB (Red+Green+Blue) = 162+127+50=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F32 is #5D80CD. Grayscale: #818181. Windows color (decimal): -6127822 or 3309474. OLE color: 3309474.
HSL color Cylindrical-coordinate representation of color #A27F32: hue angle of 41.25º 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 #A27F32 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 50 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.36 |
| HSL | 41.25º | 0.53% | 0.42% | - |
| HSV(B) | 41.25º | 0.69% | 0.64% | - |
| XYZ | 23.07 | 23.09 | 6.26 | - |
| YUV | 128.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 50 | 0 | 0.22 | 0.69 | 0.36 | 41.25 | 0.53 | 0.42 |
| Hex | A2 | 7F | 32 | 0 | 16 | 45 | 24 | 29 | 35 | 2A |
| Octal | 242 | 177 | 62 | 0 | 26 | 105 | 44 | 51 | 65 | 52 |
| Binary | 10100010 | 1111111 | 110010 | 0 | 10110 | 1000101 | 100100 | 101001 | 110101 | 101010 |
Color Harmonies of #A27F32
Complementary color
Monochromatic Colors of #A27F32
Black with #A27F32
Text Example
Text Example
White with #A27F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F32; }
p { color: rgb(162,127,50); }
H1.HeaderClassName
{
color: #A27F32;
}
.AnyTagClassName
{
color: #A27F32;
}
</style>
background-color css
<style>
a { background-color: #A27F32; }
a { background-color: rgb(162,127,50); }
div.DivClassName
{
background-color: #A27F32;
}
.BgClassName
{
background-color: #A27F32;
}
</style>
border-color css
<style>
span { border-color: #A27F32; }
span { border-color: rgb(162,127,50); }
td.TdClassName
{
border-color: #A27F32;
}
.TagClassName
{
border-color: #A27F32;
}
</style>