Shades of Hacienda #A5841B
Tints of Hacienda #A5841B
RGB
CMYK
RGB Variations
Color information
#A5841B (or 0xA5841B) is known color: Hacienda. HEX triplet: A5, 84 and 1B. RGB value is (165,132,27). Sum of RGB (Red+Green+Blue) = 165+132+27=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5841B is #5A7BE4. Grayscale: #828282. Windows color (decimal): -5929957 or 1803429. OLE color: 1803429.
HSL color Cylindrical-coordinate representation of color #A5841B: hue angle of 45.65º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5841B is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 27 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.35 |
| HSL | 45.65º | 0.72% | 0.38% | - |
| HSV(B) | 45.65º | 0.84% | 0.65% | - |
| XYZ | 23.97 | 24.58 | 4.52 | - |
| YUV | 129.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 27 | 0 | 0.20 | 0.84 | 0.35 | 45.65 | 0.72 | 0.38 |
| Hex | A5 | 84 | 1B | 0 | 14 | 54 | 23 | 2E | 48 | 26 |
| Octal | 245 | 204 | 33 | 0 | 24 | 124 | 43 | 56 | 110 | 46 |
| Binary | 10100101 | 10000100 | 11011 | 0 | 10100 | 1010100 | 100011 | 101110 | 1001000 | 100110 |
Color Harmonies of #A5841B
Complementary color
Monochromatic Colors of #A5841B
Black with #A5841B
Text Example
Text Example
White with #A5841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5841B; }
p { color: rgb(165,132,27); }
H1.HeaderClassName
{
color: #A5841B;
}
.AnyTagClassName
{
color: #A5841B;
}
</style>
background-color css
<style>
a { background-color: #A5841B; }
a { background-color: rgb(165,132,27); }
div.DivClassName
{
background-color: #A5841B;
}
.BgClassName
{
background-color: #A5841B;
}
</style>
border-color css
<style>
span { border-color: #A5841B; }
span { border-color: rgb(165,132,27); }
td.TdClassName
{
border-color: #A5841B;
}
.TagClassName
{
border-color: #A5841B;
}
</style>