Shades of Hacienda #A28218
Tints of Hacienda #A28218
RGB
CMYK
RGB Variations
Color information
#A28218 (or 0xA28218) is known color: Hacienda. HEX triplet: A2, 82 and 18. RGB value is (162,130,24). Sum of RGB (Red+Green+Blue) = 162+130+24=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A28218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28218 is #5D7DE7. Grayscale: #7F7F7F. Windows color (decimal): -6127080 or 1606306. OLE color: 1606306.
HSL color Cylindrical-coordinate representation of color #A28218: hue angle of 46.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A28218 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 24 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.36 |
| HSL | 46.09º | 0.74% | 0.36% | - |
| HSV(B) | 46.09º | 0.85% | 0.64% | - |
| XYZ | 23.05 | 23.71 | 4.23 | - |
| YUV | 127.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 24 | 0 | 0.20 | 0.85 | 0.36 | 46.09 | 0.74 | 0.36 |
| Hex | A2 | 82 | 18 | 0 | 14 | 55 | 24 | 2E | 4A | 24 |
| Octal | 242 | 202 | 30 | 0 | 24 | 125 | 44 | 56 | 112 | 44 |
| Binary | 10100010 | 10000010 | 11000 | 0 | 10100 | 1010101 | 100100 | 101110 | 1001010 | 100100 |
Color Harmonies of #A28218
Complementary color
Monochromatic Colors of #A28218
Black with #A28218
Text Example
Text Example
White with #A28218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28218; }
p { color: rgb(162,130,24); }
H1.HeaderClassName
{
color: #A28218;
}
.AnyTagClassName
{
color: #A28218;
}
</style>
background-color css
<style>
a { background-color: #A28218; }
a { background-color: rgb(162,130,24); }
div.DivClassName
{
background-color: #A28218;
}
.BgClassName
{
background-color: #A28218;
}
</style>
border-color css
<style>
span { border-color: #A28218; }
span { border-color: rgb(162,130,24); }
td.TdClassName
{
border-color: #A28218;
}
.TagClassName
{
border-color: #A28218;
}
</style>