Shades of Hacienda #A28024
Tints of Hacienda #A28024
RGB
CMYK
RGB Variations
Color information
#A28024 (or 0xA28024) is known color: Hacienda. HEX triplet: A2, 80 and 24. RGB value is (162,128,36). Sum of RGB (Red+Green+Blue) = 162+128+36=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A28024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28024 is #5D7FDB. Grayscale: #808080. Windows color (decimal): -6127580 or 2392226. OLE color: 2392226.
HSL color Cylindrical-coordinate representation of color #A28024: hue angle of 43.81º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A28024 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 36 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.36 |
| HSL | 43.81º | 0.64% | 0.39% | - |
| HSV(B) | 43.81º | 0.78% | 0.64% | - |
| XYZ | 22.94 | 23.25 | 4.95 | - |
| YUV | 127.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 36 | 0 | 0.21 | 0.78 | 0.36 | 43.81 | 0.64 | 0.39 |
| Hex | A2 | 80 | 24 | 0 | 15 | 4E | 24 | 2C | 40 | 27 |
| Octal | 242 | 200 | 44 | 0 | 25 | 116 | 44 | 54 | 100 | 47 |
| Binary | 10100010 | 10000000 | 100100 | 0 | 10101 | 1001110 | 100100 | 101100 | 1000000 | 100111 |
Color Harmonies of #A28024
Complementary color
Monochromatic Colors of #A28024
Black with #A28024
Text Example
Text Example
White with #A28024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28024; }
p { color: rgb(162,128,36); }
H1.HeaderClassName
{
color: #A28024;
}
.AnyTagClassName
{
color: #A28024;
}
</style>
background-color css
<style>
a { background-color: #A28024; }
a { background-color: rgb(162,128,36); }
div.DivClassName
{
background-color: #A28024;
}
.BgClassName
{
background-color: #A28024;
}
</style>
border-color css
<style>
span { border-color: #A28024; }
span { border-color: rgb(162,128,36); }
td.TdClassName
{
border-color: #A28024;
}
.TagClassName
{
border-color: #A28024;
}
</style>