Shades of Hot Toddy #A5783C
Tints of Hot Toddy #A5783C
RGB
CMYK
RGB Variations
Color information
#A5783C (or 0xA5783C) is known color: Hot Toddy. HEX triplet: A5, 78 and 3C. RGB value is (165,120,60). Sum of RGB (Red+Green+Blue) = 165+120+60=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5783C is #5A87C3. Grayscale: #7E7E7E. Windows color (decimal): -5932996 or 3963045. OLE color: 3963045.
HSL color Cylindrical-coordinate representation of color #A5783C: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5783C is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 60 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.35 |
| HSL | 34.29º | 0.47% | 0.44% | - |
| HSV(B) | 34.29º | 0.64% | 0.65% | - |
| XYZ | 23.05 | 21.76 | 7.26 | - |
| YUV | 126.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 60 | 0 | 0.27 | 0.64 | 0.35 | 34.29 | 0.47 | 0.44 |
| Hex | A5 | 78 | 3C | 0 | 1B | 40 | 23 | 22 | 2F | 2C |
| Octal | 245 | 170 | 74 | 0 | 33 | 100 | 43 | 42 | 57 | 54 |
| Binary | 10100101 | 1111000 | 111100 | 0 | 11011 | 1000000 | 100011 | 100010 | 101111 | 101100 |
Color Harmonies of #A5783C
Complementary color
Monochromatic Colors of #A5783C
Black with #A5783C
Text Example
Text Example
White with #A5783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5783C; }
p { color: rgb(165,120,60); }
H1.HeaderClassName
{
color: #A5783C;
}
.AnyTagClassName
{
color: #A5783C;
}
</style>
background-color css
<style>
a { background-color: #A5783C; }
a { background-color: rgb(165,120,60); }
div.DivClassName
{
background-color: #A5783C;
}
.BgClassName
{
background-color: #A5783C;
}
</style>
border-color css
<style>
span { border-color: #A5783C; }
span { border-color: rgb(165,120,60); }
td.TdClassName
{
border-color: #A5783C;
}
.TagClassName
{
border-color: #A5783C;
}
</style>