Shades of Hot Toddy #A27A38
Tints of Hot Toddy #A27A38
RGB
CMYK
RGB Variations
Color information
#A27A38 (or 0xA27A38) is known color: Hot Toddy. HEX triplet: A2, 7A and 38. RGB value is (162,122,56). Sum of RGB (Red+Green+Blue) = 162+122+56=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A38 is #5D85C7. Grayscale: #7E7E7E. Windows color (decimal): -6129096 or 3701410. OLE color: 3701410.
HSL color Cylindrical-coordinate representation of color #A27A38: hue angle of 37.36º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A27A38 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 56 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.36 |
| HSL | 37.36º | 0.49% | 0.43% | - |
| HSV(B) | 37.36º | 0.65% | 0.64% | - |
| XYZ | 22.57 | 21.89 | 6.78 | - |
| YUV | 126.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 56 | 0 | 0.25 | 0.65 | 0.36 | 37.36 | 0.49 | 0.43 |
| Hex | A2 | 7A | 38 | 0 | 19 | 41 | 24 | 25 | 31 | 2B |
| Octal | 242 | 172 | 70 | 0 | 31 | 101 | 44 | 45 | 61 | 53 |
| Binary | 10100010 | 1111010 | 111000 | 0 | 11001 | 1000001 | 100100 | 100101 | 110001 | 101011 |
Color Harmonies of #A27A38
Complementary color
Monochromatic Colors of #A27A38
Black with #A27A38
Text Example
Text Example
White with #A27A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A38; }
p { color: rgb(162,122,56); }
H1.HeaderClassName
{
color: #A27A38;
}
.AnyTagClassName
{
color: #A27A38;
}
</style>
background-color css
<style>
a { background-color: #A27A38; }
a { background-color: rgb(162,122,56); }
div.DivClassName
{
background-color: #A27A38;
}
.BgClassName
{
background-color: #A27A38;
}
</style>
border-color css
<style>
span { border-color: #A27A38; }
span { border-color: rgb(162,122,56); }
td.TdClassName
{
border-color: #A27A38;
}
.TagClassName
{
border-color: #A27A38;
}
</style>