Shades of Hacienda #A28622
Tints of Hacienda #A28622
RGB
CMYK
RGB Variations
Color information
#A28622 (or 0xA28622) is known color: Hacienda. HEX triplet: A2, 86 and 22. RGB value is (162,134,34). Sum of RGB (Red+Green+Blue) = 162+134+34=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A28622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28622 is #5D79DD. Grayscale: #838383. Windows color (decimal): -6126046 or 2262690. OLE color: 2262690.
HSL color Cylindrical-coordinate representation of color #A28622: hue angle of 46.88º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A28622 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 34 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.36 |
| HSL | 46.88º | 0.65% | 0.38% | - |
| HSV(B) | 46.88º | 0.79% | 0.64% | - |
| XYZ | 23.71 | 24.85 | 5.06 | - |
| YUV | 130.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 34 | 0 | 0.17 | 0.79 | 0.36 | 46.88 | 0.65 | 0.38 |
| Hex | A2 | 86 | 22 | 0 | 11 | 4F | 24 | 2F | 41 | 26 |
| Octal | 242 | 206 | 42 | 0 | 21 | 117 | 44 | 57 | 101 | 46 |
| Binary | 10100010 | 10000110 | 100010 | 0 | 10001 | 1001111 | 100100 | 101111 | 1000001 | 100110 |
Color Harmonies of #A28622
Complementary color
Monochromatic Colors of #A28622
Black with #A28622
Text Example
Text Example
White with #A28622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28622; }
p { color: rgb(162,134,34); }
H1.HeaderClassName
{
color: #A28622;
}
.AnyTagClassName
{
color: #A28622;
}
</style>
background-color css
<style>
a { background-color: #A28622; }
a { background-color: rgb(162,134,34); }
div.DivClassName
{
background-color: #A28622;
}
.BgClassName
{
background-color: #A28622;
}
</style>
border-color css
<style>
span { border-color: #A28622; }
span { border-color: rgb(162,134,34); }
td.TdClassName
{
border-color: #A28622;
}
.TagClassName
{
border-color: #A28622;
}
</style>