Shades of Hot Toddy #A37B3C
Tints of Hot Toddy #A37B3C
RGB
CMYK
RGB Variations
Color information
#A37B3C (or 0xA37B3C) is known color: Hot Toddy. HEX triplet: A3, 7B and 3C. RGB value is (163,123,60). Sum of RGB (Red+Green+Blue) = 163+123+60=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B3C is #5C84C3. Grayscale: #808080. Windows color (decimal): -6063300 or 3963811. OLE color: 3963811.
HSL color Cylindrical-coordinate representation of color #A37B3C: hue angle of 36.7º 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 #A37B3C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 60 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.36 |
| HSL | 36.7º | 0.46% | 0.44% | - |
| HSV(B) | 36.7º | 0.63% | 0.64% | - |
| XYZ | 23 | 22.28 | 7.36 | - |
| YUV | 127.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 60 | 0 | 0.25 | 0.63 | 0.36 | 36.7 | 0.46 | 0.44 |
| Hex | A3 | 7B | 3C | 0 | 19 | 3F | 24 | 25 | 2E | 2C |
| Octal | 243 | 173 | 74 | 0 | 31 | 77 | 44 | 45 | 56 | 54 |
| Binary | 10100011 | 1111011 | 111100 | 0 | 11001 | 111111 | 100100 | 100101 | 101110 | 101100 |
Color Harmonies of #A37B3C
Complementary color
Monochromatic Colors of #A37B3C
Black with #A37B3C
Text Example
Text Example
White with #A37B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B3C; }
p { color: rgb(163,123,60); }
H1.HeaderClassName
{
color: #A37B3C;
}
.AnyTagClassName
{
color: #A37B3C;
}
</style>
background-color css
<style>
a { background-color: #A37B3C; }
a { background-color: rgb(163,123,60); }
div.DivClassName
{
background-color: #A37B3C;
}
.BgClassName
{
background-color: #A37B3C;
}
</style>
border-color css
<style>
span { border-color: #A37B3C; }
span { border-color: rgb(163,123,60); }
td.TdClassName
{
border-color: #A37B3C;
}
.TagClassName
{
border-color: #A37B3C;
}
</style>