Shades of Hot Toddy #A27B38
Tints of Hot Toddy #A27B38
RGB
CMYK
RGB Variations
Color information
#A27B38 (or 0xA27B38) is known color: Hot Toddy. HEX triplet: A2, 7B and 38. RGB value is (162,123,56). Sum of RGB (Red+Green+Blue) = 162+123+56=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B38 is #5D84C7. Grayscale: #7F7F7F. Windows color (decimal): -6128840 or 3701666. OLE color: 3701666.
HSL color Cylindrical-coordinate representation of color #A27B38: hue angle of 37.92º 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 #A27B38 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 56 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.36 |
| HSL | 37.92º | 0.49% | 0.43% | - |
| HSV(B) | 37.92º | 0.65% | 0.64% | - |
| XYZ | 22.7 | 22.13 | 6.82 | - |
| YUV | 127.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 56 | 0 | 0.24 | 0.65 | 0.36 | 37.92 | 0.49 | 0.43 |
| Hex | A2 | 7B | 38 | 0 | 18 | 41 | 24 | 26 | 31 | 2B |
| Octal | 242 | 173 | 70 | 0 | 30 | 101 | 44 | 46 | 61 | 53 |
| Binary | 10100010 | 1111011 | 111000 | 0 | 11000 | 1000001 | 100100 | 100110 | 110001 | 101011 |
Color Harmonies of #A27B38
Complementary color
Monochromatic Colors of #A27B38
Black with #A27B38
Text Example
Text Example
White with #A27B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B38; }
p { color: rgb(162,123,56); }
H1.HeaderClassName
{
color: #A27B38;
}
.AnyTagClassName
{
color: #A27B38;
}
</style>
background-color css
<style>
a { background-color: #A27B38; }
a { background-color: rgb(162,123,56); }
div.DivClassName
{
background-color: #A27B38;
}
.BgClassName
{
background-color: #A27B38;
}
</style>
border-color css
<style>
span { border-color: #A27B38; }
span { border-color: rgb(162,123,56); }
td.TdClassName
{
border-color: #A27B38;
}
.TagClassName
{
border-color: #A27B38;
}
</style>