Shades of Hacienda #A28528
Tints of Hacienda #A28528
RGB
CMYK
RGB Variations
Color information
#A28528 (or 0xA28528) is known color: Hacienda. HEX triplet: A2, 85 and 28. RGB value is (162,133,40). Sum of RGB (Red+Green+Blue) = 162+133+40=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A28528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28528 is #5D7AD7. Grayscale: #838383. Windows color (decimal): -6126296 or 2655650. OLE color: 2655650.
HSL color Cylindrical-coordinate representation of color #A28528: hue angle of 45.74º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A28528 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 40 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.36 |
| HSL | 45.74º | 0.6% | 0.4% | - |
| HSV(B) | 45.74º | 0.75% | 0.64% | - |
| XYZ | 23.67 | 24.61 | 5.51 | - |
| YUV | 131.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 40 | 0 | 0.18 | 0.75 | 0.36 | 45.74 | 0.6 | 0.4 |
| Hex | A2 | 85 | 28 | 0 | 12 | 4B | 24 | 2E | 3C | 28 |
| Octal | 242 | 205 | 50 | 0 | 22 | 113 | 44 | 56 | 74 | 50 |
| Binary | 10100010 | 10000101 | 101000 | 0 | 10010 | 1001011 | 100100 | 101110 | 111100 | 101000 |
Color Harmonies of #A28528
Complementary color
Monochromatic Colors of #A28528
Black with #A28528
Text Example
Text Example
White with #A28528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28528; }
p { color: rgb(162,133,40); }
H1.HeaderClassName
{
color: #A28528;
}
.AnyTagClassName
{
color: #A28528;
}
</style>
background-color css
<style>
a { background-color: #A28528; }
a { background-color: rgb(162,133,40); }
div.DivClassName
{
background-color: #A28528;
}
.BgClassName
{
background-color: #A28528;
}
</style>
border-color css
<style>
span { border-color: #A28528; }
span { border-color: rgb(162,133,40); }
td.TdClassName
{
border-color: #A28528;
}
.TagClassName
{
border-color: #A28528;
}
</style>