Shades of Hacienda #A28A15
Tints of Hacienda #A28A15
RGB
CMYK
RGB Variations
Color information
#A28A15 (or 0xA28A15) is known color: Hacienda. HEX triplet: A2, 8A and 15. RGB value is (162,138,21). Sum of RGB (Red+Green+Blue) = 162+138+21=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A15 is #5D75EA. Grayscale: #848484. Windows color (decimal): -6125035 or 1411746. OLE color: 1411746.
HSL color Cylindrical-coordinate representation of color #A28A15: hue angle of 49.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A28A15 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 21 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.36 |
| HSL | 49.79º | 0.77% | 0.36% | - |
| HSV(B) | 49.79º | 0.87% | 0.64% | - |
| XYZ | 24.12 | 25.91 | 4.44 | - |
| YUV | 131.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 21 | 0 | 0.15 | 0.87 | 0.36 | 49.79 | 0.77 | 0.36 |
| Hex | A2 | 8A | 15 | 0 | F | 57 | 24 | 32 | 4D | 24 |
| Octal | 242 | 212 | 25 | 0 | 17 | 127 | 44 | 62 | 115 | 44 |
| Binary | 10100010 | 10001010 | 10101 | 0 | 1111 | 1010111 | 100100 | 110010 | 1001101 | 100100 |
Color Harmonies of #A28A15
Complementary color
Monochromatic Colors of #A28A15
Black with #A28A15
Text Example
Text Example
White with #A28A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A15; }
p { color: rgb(162,138,21); }
H1.HeaderClassName
{
color: #A28A15;
}
.AnyTagClassName
{
color: #A28A15;
}
</style>
background-color css
<style>
a { background-color: #A28A15; }
a { background-color: rgb(162,138,21); }
div.DivClassName
{
background-color: #A28A15;
}
.BgClassName
{
background-color: #A28A15;
}
</style>
border-color css
<style>
span { border-color: #A28A15; }
span { border-color: rgb(162,138,21); }
td.TdClassName
{
border-color: #A28A15;
}
.TagClassName
{
border-color: #A28A15;
}
</style>