Shades of Hacienda #A28D1E
Tints of Hacienda #A28D1E
RGB
CMYK
RGB Variations
Color information
#A28D1E (or 0xA28D1E) is known color: Hacienda. HEX triplet: A2, 8D and 1E. RGB value is (162,141,30). Sum of RGB (Red+Green+Blue) = 162+141+30=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D1E is #5D72E1. Grayscale: #878787. Windows color (decimal): -6124258 or 2002338. OLE color: 2002338.
HSL color Cylindrical-coordinate representation of color #A28D1E: hue angle of 50.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A28D1E is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 30 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.36 |
| HSL | 50.45º | 0.69% | 0.38% | - |
| HSV(B) | 50.45º | 0.81% | 0.64% | - |
| XYZ | 24.66 | 26.82 | 5.11 | - |
| YUV | 134.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 30 | 0 | 0.13 | 0.81 | 0.36 | 50.45 | 0.69 | 0.38 |
| Hex | A2 | 8D | 1E | 0 | D | 51 | 24 | 32 | 45 | 26 |
| Octal | 242 | 215 | 36 | 0 | 15 | 121 | 44 | 62 | 105 | 46 |
| Binary | 10100010 | 10001101 | 11110 | 0 | 1101 | 1010001 | 100100 | 110010 | 1000101 | 100110 |
Color Harmonies of #A28D1E
Complementary color
Monochromatic Colors of #A28D1E
Black with #A28D1E
Text Example
Text Example
White with #A28D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D1E; }
p { color: rgb(162,141,30); }
H1.HeaderClassName
{
color: #A28D1E;
}
.AnyTagClassName
{
color: #A28D1E;
}
</style>
background-color css
<style>
a { background-color: #A28D1E; }
a { background-color: rgb(162,141,30); }
div.DivClassName
{
background-color: #A28D1E;
}
.BgClassName
{
background-color: #A28D1E;
}
</style>
border-color css
<style>
span { border-color: #A28D1E; }
span { border-color: rgb(162,141,30); }
td.TdClassName
{
border-color: #A28D1E;
}
.TagClassName
{
border-color: #A28D1E;
}
</style>