Shades of Hacienda #A5831A
Tints of Hacienda #A5831A
RGB
CMYK
RGB Variations
Color information
#A5831A (or 0xA5831A) is known color: Hacienda. HEX triplet: A5, 83 and 1A. RGB value is (165,131,26). Sum of RGB (Red+Green+Blue) = 165+131+26=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5831A is #5A7CE5. Grayscale: #818181. Windows color (decimal): -5930214 or 1737637. OLE color: 1737637.
HSL color Cylindrical-coordinate representation of color #A5831A: hue angle of 45.32º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5831A is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 26 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.35 |
| HSL | 45.32º | 0.73% | 0.37% | - |
| HSV(B) | 45.32º | 0.84% | 0.65% | - |
| XYZ | 23.82 | 24.31 | 4.41 | - |
| YUV | 129.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 26 | 0 | 0.21 | 0.84 | 0.35 | 45.32 | 0.73 | 0.37 |
| Hex | A5 | 83 | 1A | 0 | 15 | 54 | 23 | 2D | 49 | 25 |
| Octal | 245 | 203 | 32 | 0 | 25 | 124 | 43 | 55 | 111 | 45 |
| Binary | 10100101 | 10000011 | 11010 | 0 | 10101 | 1010100 | 100011 | 101101 | 1001001 | 100101 |
Color Harmonies of #A5831A
Complementary color
Monochromatic Colors of #A5831A
Black with #A5831A
Text Example
Text Example
White with #A5831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5831A; }
p { color: rgb(165,131,26); }
H1.HeaderClassName
{
color: #A5831A;
}
.AnyTagClassName
{
color: #A5831A;
}
</style>
background-color css
<style>
a { background-color: #A5831A; }
a { background-color: rgb(165,131,26); }
div.DivClassName
{
background-color: #A5831A;
}
.BgClassName
{
background-color: #A5831A;
}
</style>
border-color css
<style>
span { border-color: #A5831A; }
span { border-color: rgb(165,131,26); }
td.TdClassName
{
border-color: #A5831A;
}
.TagClassName
{
border-color: #A5831A;
}
</style>