Shades of Hot Toddy #A27B3C
Tints of Hot Toddy #A27B3C
RGB
CMYK
RGB Variations
Color information
#A27B3C (or 0xA27B3C) is known color: Hot Toddy. HEX triplet: A2, 7B and 3C. RGB value is (162,123,60). Sum of RGB (Red+Green+Blue) = 162+123+60=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B3C is #5D84C3. Grayscale: #7F7F7F. Windows color (decimal): -6128836 or 3963810. OLE color: 3963810.
HSL color Cylindrical-coordinate representation of color #A27B3C: hue angle of 37.06º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A27B3C is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 60 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.36 |
| HSL | 37.06º | 0.46% | 0.44% | - |
| HSV(B) | 37.06º | 0.63% | 0.64% | - |
| XYZ | 22.8 | 22.17 | 7.35 | - |
| YUV | 127.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 60 | 0 | 0.24 | 0.63 | 0.36 | 37.06 | 0.46 | 0.44 |
| Hex | A2 | 7B | 3C | 0 | 18 | 3F | 24 | 25 | 2E | 2C |
| Octal | 242 | 173 | 74 | 0 | 30 | 77 | 44 | 45 | 56 | 54 |
| Binary | 10100010 | 1111011 | 111100 | 0 | 11000 | 111111 | 100100 | 100101 | 101110 | 101100 |
Color Harmonies of #A27B3C
Complementary color
Monochromatic Colors of #A27B3C
Black with #A27B3C
Text Example
Text Example
White with #A27B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B3C; }
p { color: rgb(162,123,60); }
H1.HeaderClassName
{
color: #A27B3C;
}
.AnyTagClassName
{
color: #A27B3C;
}
</style>
background-color css
<style>
a { background-color: #A27B3C; }
a { background-color: rgb(162,123,60); }
div.DivClassName
{
background-color: #A27B3C;
}
.BgClassName
{
background-color: #A27B3C;
}
</style>
border-color css
<style>
span { border-color: #A27B3C; }
span { border-color: rgb(162,123,60); }
td.TdClassName
{
border-color: #A27B3C;
}
.TagClassName
{
border-color: #A27B3C;
}
</style>