Shades of Hacienda #A3771C
Tints of Hacienda #A3771C
RGB
CMYK
RGB Variations
Color information
#A3771C (or 0xA3771C) is known color: Hacienda. HEX triplet: A3, 77 and 1C. RGB value is (163,119,28). Sum of RGB (Red+Green+Blue) = 163+119+28=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3771C is #5C88E3. Grayscale: #7A7A7A. Windows color (decimal): -6064356 or 1865635. OLE color: 1865635.
HSL color Cylindrical-coordinate representation of color #A3771C: hue angle of 40.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3771C is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 28 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.36 |
| HSL | 40.44º | 0.71% | 0.37% | - |
| HSV(B) | 40.44º | 0.83% | 0.64% | - |
| XYZ | 21.91 | 21.06 | 4.01 | - |
| YUV | 121.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 28 | 0 | 0.27 | 0.83 | 0.36 | 40.44 | 0.71 | 0.37 |
| Hex | A3 | 77 | 1C | 0 | 1B | 53 | 24 | 28 | 47 | 25 |
| Octal | 243 | 167 | 34 | 0 | 33 | 123 | 44 | 50 | 107 | 45 |
| Binary | 10100011 | 1110111 | 11100 | 0 | 11011 | 1010011 | 100100 | 101000 | 1000111 | 100101 |
Color Harmonies of #A3771C
Complementary color
Monochromatic Colors of #A3771C
Black with #A3771C
Text Example
Text Example
White with #A3771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3771C; }
p { color: rgb(163,119,28); }
H1.HeaderClassName
{
color: #A3771C;
}
.AnyTagClassName
{
color: #A3771C;
}
</style>
background-color css
<style>
a { background-color: #A3771C; }
a { background-color: rgb(163,119,28); }
div.DivClassName
{
background-color: #A3771C;
}
.BgClassName
{
background-color: #A3771C;
}
</style>
border-color css
<style>
span { border-color: #A3771C; }
span { border-color: rgb(163,119,28); }
td.TdClassName
{
border-color: #A3771C;
}
.TagClassName
{
border-color: #A3771C;
}
</style>