Shades of Hot Toddy #A27A2D
Tints of Hot Toddy #A27A2D
RGB
CMYK
RGB Variations
Color information
#A27A2D (or 0xA27A2D) is known color: Hot Toddy. HEX triplet: A2, 7A and 2D. RGB value is (162,122,45). Sum of RGB (Red+Green+Blue) = 162+122+45=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A2D is #5D85D2. Grayscale: #7D7D7D. Windows color (decimal): -6129107 or 2980514. OLE color: 2980514.
HSL color Cylindrical-coordinate representation of color #A27A2D: hue angle of 39.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A27A2D is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 45 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.36 |
| HSL | 39.49º | 0.57% | 0.41% | - |
| HSV(B) | 39.49º | 0.72% | 0.64% | - |
| XYZ | 22.33 | 21.79 | 5.51 | - |
| YUV | 125.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 45 | 0 | 0.25 | 0.72 | 0.36 | 39.49 | 0.57 | 0.41 |
| Hex | A2 | 7A | 2D | 0 | 19 | 48 | 24 | 27 | 39 | 29 |
| Octal | 242 | 172 | 55 | 0 | 31 | 110 | 44 | 47 | 71 | 51 |
| Binary | 10100010 | 1111010 | 101101 | 0 | 11001 | 1001000 | 100100 | 100111 | 111001 | 101001 |
Color Harmonies of #A27A2D
Complementary color
Monochromatic Colors of #A27A2D
Black with #A27A2D
Text Example
Text Example
White with #A27A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A2D; }
p { color: rgb(162,122,45); }
H1.HeaderClassName
{
color: #A27A2D;
}
.AnyTagClassName
{
color: #A27A2D;
}
</style>
background-color css
<style>
a { background-color: #A27A2D; }
a { background-color: rgb(162,122,45); }
div.DivClassName
{
background-color: #A27A2D;
}
.BgClassName
{
background-color: #A27A2D;
}
</style>
border-color css
<style>
span { border-color: #A27A2D; }
span { border-color: rgb(162,122,45); }
td.TdClassName
{
border-color: #A27A2D;
}
.TagClassName
{
border-color: #A27A2D;
}
</style>