Shades of Hacienda #A28121
Tints of Hacienda #A28121
RGB
CMYK
RGB Variations
Color information
#A28121 (or 0xA28121) is known color: Hacienda. HEX triplet: A2, 81 and 21. RGB value is (162,129,33). Sum of RGB (Red+Green+Blue) = 162+129+33=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A28121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28121 is #5D7EDE. Grayscale: #808080. Windows color (decimal): -6127327 or 2195874. OLE color: 2195874.
HSL color Cylindrical-coordinate representation of color #A28121: hue angle of 44.65º 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 #A28121 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 33 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.36 |
| HSL | 44.65º | 0.66% | 0.38% | - |
| HSV(B) | 44.65º | 0.8% | 0.64% | - |
| XYZ | 23.03 | 23.49 | 4.76 | - |
| YUV | 127.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 33 | 0 | 0.20 | 0.80 | 0.36 | 44.65 | 0.66 | 0.38 |
| Hex | A2 | 81 | 21 | 0 | 14 | 50 | 24 | 2D | 42 | 26 |
| Octal | 242 | 201 | 41 | 0 | 24 | 120 | 44 | 55 | 102 | 46 |
| Binary | 10100010 | 10000001 | 100001 | 0 | 10100 | 1010000 | 100100 | 101101 | 1000010 | 100110 |
Color Harmonies of #A28121
Complementary color
Monochromatic Colors of #A28121
Black with #A28121
Text Example
Text Example
White with #A28121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28121; }
p { color: rgb(162,129,33); }
H1.HeaderClassName
{
color: #A28121;
}
.AnyTagClassName
{
color: #A28121;
}
</style>
background-color css
<style>
a { background-color: #A28121; }
a { background-color: rgb(162,129,33); }
div.DivClassName
{
background-color: #A28121;
}
.BgClassName
{
background-color: #A28121;
}
</style>
border-color css
<style>
span { border-color: #A28121; }
span { border-color: rgb(162,129,33); }
td.TdClassName
{
border-color: #A28121;
}
.TagClassName
{
border-color: #A28121;
}
</style>