Shades of Hacienda #A28B14
Tints of Hacienda #A28B14
RGB
CMYK
RGB Variations
Color information
#A28B14 (or 0xA28B14) is known color: Hacienda. HEX triplet: A2, 8B and 14. RGB value is (162,139,20). Sum of RGB (Red+Green+Blue) = 162+139+20=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28B14 is #5D74EB. Grayscale: #848484. Windows color (decimal): -6124780 or 1346466. OLE color: 1346466.
HSL color Cylindrical-coordinate representation of color #A28B14: hue angle of 50.28º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A28B14 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 20 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.36 |
| HSL | 50.28º | 0.78% | 0.36% | - |
| HSV(B) | 50.28º | 0.88% | 0.64% | - |
| XYZ | 24.26 | 26.2 | 4.44 | - |
| YUV | 132.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 20 | 0 | 0.14 | 0.88 | 0.36 | 50.28 | 0.78 | 0.36 |
| Hex | A2 | 8B | 14 | 0 | E | 58 | 24 | 32 | 4E | 24 |
| Octal | 242 | 213 | 24 | 0 | 16 | 130 | 44 | 62 | 116 | 44 |
| Binary | 10100010 | 10001011 | 10100 | 0 | 1110 | 1011000 | 100100 | 110010 | 1001110 | 100100 |
Color Harmonies of #A28B14
Complementary color
Monochromatic Colors of #A28B14
Black with #A28B14
Text Example
Text Example
White with #A28B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B14; }
p { color: rgb(162,139,20); }
H1.HeaderClassName
{
color: #A28B14;
}
.AnyTagClassName
{
color: #A28B14;
}
</style>
background-color css
<style>
a { background-color: #A28B14; }
a { background-color: rgb(162,139,20); }
div.DivClassName
{
background-color: #A28B14;
}
.BgClassName
{
background-color: #A28B14;
}
</style>
border-color css
<style>
span { border-color: #A28B14; }
span { border-color: rgb(162,139,20); }
td.TdClassName
{
border-color: #A28B14;
}
.TagClassName
{
border-color: #A28B14;
}
</style>