Shades of Hacienda #A28521
Tints of Hacienda #A28521
RGB
CMYK
RGB Variations
Color information
#A28521 (or 0xA28521) is known color: Hacienda. HEX triplet: A2, 85 and 21. RGB value is (162,133,33). Sum of RGB (Red+Green+Blue) = 162+133+33=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A28521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28521 is #5D7ADE. Grayscale: #828282. Windows color (decimal): -6126303 or 2196898. OLE color: 2196898.
HSL color Cylindrical-coordinate representation of color #A28521: hue angle of 46.51º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A28521 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 33 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.36 |
| HSL | 46.51º | 0.66% | 0.38% | - |
| HSV(B) | 46.51º | 0.8% | 0.64% | - |
| XYZ | 23.56 | 24.57 | 4.94 | - |
| YUV | 130.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 33 | 0 | 0.18 | 0.80 | 0.36 | 46.51 | 0.66 | 0.38 |
| Hex | A2 | 85 | 21 | 0 | 12 | 50 | 24 | 2F | 42 | 26 |
| Octal | 242 | 205 | 41 | 0 | 22 | 120 | 44 | 57 | 102 | 46 |
| Binary | 10100010 | 10000101 | 100001 | 0 | 10010 | 1010000 | 100100 | 101111 | 1000010 | 100110 |
Color Harmonies of #A28521
Complementary color
Monochromatic Colors of #A28521
Black with #A28521
Text Example
Text Example
White with #A28521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28521; }
p { color: rgb(162,133,33); }
H1.HeaderClassName
{
color: #A28521;
}
.AnyTagClassName
{
color: #A28521;
}
</style>
background-color css
<style>
a { background-color: #A28521; }
a { background-color: rgb(162,133,33); }
div.DivClassName
{
background-color: #A28521;
}
.BgClassName
{
background-color: #A28521;
}
</style>
border-color css
<style>
span { border-color: #A28521; }
span { border-color: rgb(162,133,33); }
td.TdClassName
{
border-color: #A28521;
}
.TagClassName
{
border-color: #A28521;
}
</style>