Shades of Hot Toddy #A27A32
Tints of Hot Toddy #A27A32
RGB
CMYK
RGB Variations
Color information
#A27A32 (or 0xA27A32) is known color: Hot Toddy. HEX triplet: A2, 7A and 32. RGB value is (162,122,50). Sum of RGB (Red+Green+Blue) = 162+122+50=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A32 is #5D85CD. Grayscale: #7E7E7E. Windows color (decimal): -6129102 or 3308194. OLE color: 3308194.
HSL color Cylindrical-coordinate representation of color #A27A32: hue angle of 38.57º 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 #A27A32 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 50 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.36 |
| HSL | 38.57º | 0.53% | 0.42% | - |
| HSV(B) | 38.57º | 0.69% | 0.64% | - |
| XYZ | 22.44 | 21.83 | 6.05 | - |
| YUV | 125.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 50 | 0 | 0.25 | 0.69 | 0.36 | 38.57 | 0.53 | 0.42 |
| Hex | A2 | 7A | 32 | 0 | 19 | 45 | 24 | 27 | 35 | 2A |
| Octal | 242 | 172 | 62 | 0 | 31 | 105 | 44 | 47 | 65 | 52 |
| Binary | 10100010 | 1111010 | 110010 | 0 | 11001 | 1000101 | 100100 | 100111 | 110101 | 101010 |
Color Harmonies of #A27A32
Complementary color
Monochromatic Colors of #A27A32
Black with #A27A32
Text Example
Text Example
White with #A27A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A32; }
p { color: rgb(162,122,50); }
H1.HeaderClassName
{
color: #A27A32;
}
.AnyTagClassName
{
color: #A27A32;
}
</style>
background-color css
<style>
a { background-color: #A27A32; }
a { background-color: rgb(162,122,50); }
div.DivClassName
{
background-color: #A27A32;
}
.BgClassName
{
background-color: #A27A32;
}
</style>
border-color css
<style>
span { border-color: #A27A32; }
span { border-color: rgb(162,122,50); }
td.TdClassName
{
border-color: #A27A32;
}
.TagClassName
{
border-color: #A27A32;
}
</style>