Shades of Hacienda #A3761B
Tints of Hacienda #A3761B
RGB
CMYK
RGB Variations
Color information
#A3761B (or 0xA3761B) is known color: Hacienda. HEX triplet: A3, 76 and 1B. RGB value is (163,118,27). Sum of RGB (Red+Green+Blue) = 163+118+27=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3761B is #5C89E4. Grayscale: #797979. Windows color (decimal): -6064613 or 1799843. OLE color: 1799843.
HSL color Cylindrical-coordinate representation of color #A3761B: hue angle of 40.15º degrees, saturation: 0.72, 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 #A3761B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 27 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.36 |
| HSL | 40.15º | 0.72% | 0.37% | - |
| HSV(B) | 40.15º | 0.83% | 0.64% | - |
| XYZ | 21.78 | 20.82 | 3.91 | - |
| YUV | 121.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 27 | 0 | 0.28 | 0.83 | 0.36 | 40.15 | 0.72 | 0.37 |
| Hex | A3 | 76 | 1B | 0 | 1C | 53 | 24 | 28 | 48 | 25 |
| Octal | 243 | 166 | 33 | 0 | 34 | 123 | 44 | 50 | 110 | 45 |
| Binary | 10100011 | 1110110 | 11011 | 0 | 11100 | 1010011 | 100100 | 101000 | 1001000 | 100101 |
Color Harmonies of #A3761B
Complementary color
Monochromatic Colors of #A3761B
Black with #A3761B
Text Example
Text Example
White with #A3761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3761B; }
p { color: rgb(163,118,27); }
H1.HeaderClassName
{
color: #A3761B;
}
.AnyTagClassName
{
color: #A3761B;
}
</style>
background-color css
<style>
a { background-color: #A3761B; }
a { background-color: rgb(163,118,27); }
div.DivClassName
{
background-color: #A3761B;
}
.BgClassName
{
background-color: #A3761B;
}
</style>
border-color css
<style>
span { border-color: #A3761B; }
span { border-color: rgb(163,118,27); }
td.TdClassName
{
border-color: #A3761B;
}
.TagClassName
{
border-color: #A3761B;
}
</style>