Shades of Hacienda #A28A16
Tints of Hacienda #A28A16
RGB
CMYK
RGB Variations
Color information
#A28A16 (or 0xA28A16) is known color: Hacienda. HEX triplet: A2, 8A and 16. RGB value is (162,138,22). Sum of RGB (Red+Green+Blue) = 162+138+22=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A16 is #5D75E9. Grayscale: #848484. Windows color (decimal): -6125034 or 1477282. OLE color: 1477282.
HSL color Cylindrical-coordinate representation of color #A28A16: hue angle of 49.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A28A16 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 22 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.36 |
| HSL | 49.71º | 0.76% | 0.36% | - |
| HSV(B) | 49.71º | 0.86% | 0.64% | - |
| XYZ | 24.13 | 25.92 | 4.49 | - |
| YUV | 131.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 22 | 0 | 0.15 | 0.86 | 0.36 | 49.71 | 0.76 | 0.36 |
| Hex | A2 | 8A | 16 | 0 | F | 56 | 24 | 32 | 4C | 24 |
| Octal | 242 | 212 | 26 | 0 | 17 | 126 | 44 | 62 | 114 | 44 |
| Binary | 10100010 | 10001010 | 10110 | 0 | 1111 | 1010110 | 100100 | 110010 | 1001100 | 100100 |
Color Harmonies of #A28A16
Complementary color
Monochromatic Colors of #A28A16
Black with #A28A16
Text Example
Text Example
White with #A28A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A16; }
p { color: rgb(162,138,22); }
H1.HeaderClassName
{
color: #A28A16;
}
.AnyTagClassName
{
color: #A28A16;
}
</style>
background-color css
<style>
a { background-color: #A28A16; }
a { background-color: rgb(162,138,22); }
div.DivClassName
{
background-color: #A28A16;
}
.BgClassName
{
background-color: #A28A16;
}
</style>
border-color css
<style>
span { border-color: #A28A16; }
span { border-color: rgb(162,138,22); }
td.TdClassName
{
border-color: #A28A16;
}
.TagClassName
{
border-color: #A28A16;
}
</style>