Shades of Hacienda #A5822E
Tints of Hacienda #A5822E
RGB
CMYK
RGB Variations
Color information
#A5822E (or 0xA5822E) is known color: Hacienda. HEX triplet: A5, 82 and 2E. RGB value is (165,130,46). Sum of RGB (Red+Green+Blue) = 165+130+46=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5822E is #5A7DD1. Grayscale: #838383. Windows color (decimal): -5930450 or 3048101. OLE color: 3048101.
HSL color Cylindrical-coordinate representation of color #A5822E: hue angle of 42.35º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5822E is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 46 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.35 |
| HSL | 42.35º | 0.56% | 0.41% | - |
| HSV(B) | 42.35º | 0.72% | 0.65% | - |
| XYZ | 23.99 | 24.16 | 5.98 | - |
| YUV | 130.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 46 | 0 | 0.21 | 0.72 | 0.35 | 42.35 | 0.56 | 0.41 |
| Hex | A5 | 82 | 2E | 0 | 15 | 48 | 23 | 2A | 38 | 29 |
| Octal | 245 | 202 | 56 | 0 | 25 | 110 | 43 | 52 | 70 | 51 |
| Binary | 10100101 | 10000010 | 101110 | 0 | 10101 | 1001000 | 100011 | 101010 | 111000 | 101001 |
Color Harmonies of #A5822E
Complementary color
Monochromatic Colors of #A5822E
Black with #A5822E
Text Example
Text Example
White with #A5822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5822E; }
p { color: rgb(165,130,46); }
H1.HeaderClassName
{
color: #A5822E;
}
.AnyTagClassName
{
color: #A5822E;
}
</style>
background-color css
<style>
a { background-color: #A5822E; }
a { background-color: rgb(165,130,46); }
div.DivClassName
{
background-color: #A5822E;
}
.BgClassName
{
background-color: #A5822E;
}
</style>
border-color css
<style>
span { border-color: #A5822E; }
span { border-color: rgb(165,130,46); }
td.TdClassName
{
border-color: #A5822E;
}
.TagClassName
{
border-color: #A5822E;
}
</style>