Shades of Hot Toddy #A27B2D
Tints of Hot Toddy #A27B2D
RGB
CMYK
RGB Variations
Color information
#A27B2D (or 0xA27B2D) is known color: Hot Toddy. HEX triplet: A2, 7B and 2D. RGB value is (162,123,45). Sum of RGB (Red+Green+Blue) = 162+123+45=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B2D is #5D84D2. Grayscale: #7E7E7E. Windows color (decimal): -6128851 or 2980770. OLE color: 2980770.
HSL color Cylindrical-coordinate representation of color #A27B2D: hue angle of 40º 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 #A27B2D is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 45 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.36 |
| HSL | 40º | 0.57% | 0.41% | - |
| HSV(B) | 40º | 0.72% | 0.64% | - |
| XYZ | 22.46 | 22.04 | 5.55 | - |
| YUV | 125.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 45 | 0 | 0.24 | 0.72 | 0.36 | 40 | 0.57 | 0.41 |
| Hex | A2 | 7B | 2D | 0 | 18 | 48 | 24 | 28 | 39 | 29 |
| Octal | 242 | 173 | 55 | 0 | 30 | 110 | 44 | 50 | 71 | 51 |
| Binary | 10100010 | 1111011 | 101101 | 0 | 11000 | 1001000 | 100100 | 101000 | 111001 | 101001 |
Color Harmonies of #A27B2D
Complementary color
Monochromatic Colors of #A27B2D
Black with #A27B2D
Text Example
Text Example
White with #A27B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B2D; }
p { color: rgb(162,123,45); }
H1.HeaderClassName
{
color: #A27B2D;
}
.AnyTagClassName
{
color: #A27B2D;
}
</style>
background-color css
<style>
a { background-color: #A27B2D; }
a { background-color: rgb(162,123,45); }
div.DivClassName
{
background-color: #A27B2D;
}
.BgClassName
{
background-color: #A27B2D;
}
</style>
border-color css
<style>
span { border-color: #A27B2D; }
span { border-color: rgb(162,123,45); }
td.TdClassName
{
border-color: #A27B2D;
}
.TagClassName
{
border-color: #A27B2D;
}
</style>