Shades of Hacienda #A3871B
Tints of Hacienda #A3871B
RGB
CMYK
RGB Variations
Color information
#A3871B (or 0xA3871B) is known color: Hacienda. HEX triplet: A3, 87 and 1B. RGB value is (163,135,27). Sum of RGB (Red+Green+Blue) = 163+135+27=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3871B is #5C78E4. Grayscale: #838383. Windows color (decimal): -6060261 or 1804195. OLE color: 1804195.
HSL color Cylindrical-coordinate representation of color #A3871B: hue angle of 47.65º 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 #A3871B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 135 | 27 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.36 |
| HSL | 47.65º | 0.72% | 0.37% | - |
| HSV(B) | 47.65º | 0.83% | 0.64% | - |
| XYZ | 23.97 | 25.19 | 4.64 | - |
| YUV | 131.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 27 | 0 | 0.17 | 0.83 | 0.36 | 47.65 | 0.72 | 0.37 |
| Hex | A3 | 87 | 1B | 0 | 11 | 53 | 24 | 30 | 48 | 25 |
| Octal | 243 | 207 | 33 | 0 | 21 | 123 | 44 | 60 | 110 | 45 |
| Binary | 10100011 | 10000111 | 11011 | 0 | 10001 | 1010011 | 100100 | 110000 | 1001000 | 100101 |
Color Harmonies of #A3871B
Complementary color
Monochromatic Colors of #A3871B
Black with #A3871B
Text Example
Text Example
White with #A3871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3871B; }
p { color: rgb(163,135,27); }
H1.HeaderClassName
{
color: #A3871B;
}
.AnyTagClassName
{
color: #A3871B;
}
</style>
background-color css
<style>
a { background-color: #A3871B; }
a { background-color: rgb(163,135,27); }
div.DivClassName
{
background-color: #A3871B;
}
.BgClassName
{
background-color: #A3871B;
}
</style>
border-color css
<style>
span { border-color: #A3871B; }
span { border-color: rgb(163,135,27); }
td.TdClassName
{
border-color: #A3871B;
}
.TagClassName
{
border-color: #A3871B;
}
</style>