Shades of Hacienda #A28D25
Tints of Hacienda #A28D25
RGB
CMYK
RGB Variations
Color information
#A28D25 (or 0xA28D25) is known color: Hacienda. HEX triplet: A2, 8D and 25. RGB value is (162,141,37). Sum of RGB (Red+Green+Blue) = 162+141+37=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D25 is #5D72DA. Grayscale: #878787. Windows color (decimal): -6124251 or 2461090. OLE color: 2461090.
HSL color Cylindrical-coordinate representation of color #A28D25: hue angle of 49.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A28D25 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 37 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.36 |
| HSL | 49.92º | 0.63% | 0.39% | - |
| HSV(B) | 49.92º | 0.77% | 0.64% | - |
| XYZ | 24.76 | 26.86 | 5.63 | - |
| YUV | 135.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 37 | 0 | 0.13 | 0.77 | 0.36 | 49.92 | 0.63 | 0.39 |
| Hex | A2 | 8D | 25 | 0 | D | 4D | 24 | 32 | 3F | 27 |
| Octal | 242 | 215 | 45 | 0 | 15 | 115 | 44 | 62 | 77 | 47 |
| Binary | 10100010 | 10001101 | 100101 | 0 | 1101 | 1001101 | 100100 | 110010 | 111111 | 100111 |
Color Harmonies of #A28D25
Complementary color
Monochromatic Colors of #A28D25
Black with #A28D25
Text Example
Text Example
White with #A28D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D25; }
p { color: rgb(162,141,37); }
H1.HeaderClassName
{
color: #A28D25;
}
.AnyTagClassName
{
color: #A28D25;
}
</style>
background-color css
<style>
a { background-color: #A28D25; }
a { background-color: rgb(162,141,37); }
div.DivClassName
{
background-color: #A28D25;
}
.BgClassName
{
background-color: #A28D25;
}
</style>
border-color css
<style>
span { border-color: #A28D25; }
span { border-color: rgb(162,141,37); }
td.TdClassName
{
border-color: #A28D25;
}
.TagClassName
{
border-color: #A28D25;
}
</style>