Shades of Hacienda #A3780D
Tints of Hacienda #A3780D
RGB
CMYK
RGB Variations
Color information
#A3780D (or 0xA3780D) is known color: Hacienda. HEX triplet: A3, 78 and 0D. RGB value is (163,120,13). Sum of RGB (Red+Green+Blue) = 163+120+13=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3780D is #5C87F2. Grayscale: #797979. Windows color (decimal): -6064115 or 882851. OLE color: 882851.
HSL color Cylindrical-coordinate representation of color #A3780D: hue angle of 42.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3780D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 13 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.36 |
| HSL | 42.8º | 0.85% | 0.35% | - |
| HSV(B) | 42.8º | 0.92% | 0.64% | - |
| XYZ | 21.89 | 21.25 | 3.33 | - |
| YUV | 120.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 13 | 0 | 0.26 | 0.92 | 0.36 | 42.8 | 0.85 | 0.35 |
| Hex | A3 | 78 | D | 0 | 1A | 5C | 24 | 2B | 55 | 23 |
| Octal | 243 | 170 | 15 | 0 | 32 | 134 | 44 | 53 | 125 | 43 |
| Binary | 10100011 | 1111000 | 1101 | 0 | 11010 | 1011100 | 100100 | 101011 | 1010101 | 100011 |
Color Harmonies of #A3780D
Complementary color
Monochromatic Colors of #A3780D
Black with #A3780D
Text Example
Text Example
White with #A3780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3780D; }
p { color: rgb(163,120,13); }
H1.HeaderClassName
{
color: #A3780D;
}
.AnyTagClassName
{
color: #A3780D;
}
</style>
background-color css
<style>
a { background-color: #A3780D; }
a { background-color: rgb(163,120,13); }
div.DivClassName
{
background-color: #A3780D;
}
.BgClassName
{
background-color: #A3780D;
}
</style>
border-color css
<style>
span { border-color: #A3780D; }
span { border-color: rgb(163,120,13); }
td.TdClassName
{
border-color: #A3780D;
}
.TagClassName
{
border-color: #A3780D;
}
</style>