Shades of Hacienda #A98428
Tints of Hacienda #A98428
RGB
CMYK
RGB Variations
Color information
#A98428 (or 0xA98428) is known color: Hacienda. HEX triplet: A9, 84 and 28. RGB value is (169,132,40). Sum of RGB (Red+Green+Blue) = 169+132+40=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A98428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98428 is #567BD7. Grayscale: #848484. Windows color (decimal): -5667800 or 2655401. OLE color: 2655401.
HSL color Cylindrical-coordinate representation of color #A98428: hue angle of 42.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98428 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 40 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.34 |
| HSL | 42.79º | 0.62% | 0.41% | - |
| HSV(B) | 42.79º | 0.76% | 0.66% | - |
| XYZ | 25 | 25.09 | 5.53 | - |
| YUV | 132.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 40 | 0 | 0.22 | 0.76 | 0.34 | 42.79 | 0.62 | 0.41 |
| Hex | A9 | 84 | 28 | 0 | 16 | 4C | 22 | 2B | 3E | 29 |
| Octal | 251 | 204 | 50 | 0 | 26 | 114 | 42 | 53 | 76 | 51 |
| Binary | 10101001 | 10000100 | 101000 | 0 | 10110 | 1001100 | 100010 | 101011 | 111110 | 101001 |
Color Harmonies of #A98428
Complementary color
Monochromatic Colors of #A98428
Black with #A98428
Text Example
Text Example
White with #A98428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98428; }
p { color: rgb(169,132,40); }
H1.HeaderClassName
{
color: #A98428;
}
.AnyTagClassName
{
color: #A98428;
}
</style>
background-color css
<style>
a { background-color: #A98428; }
a { background-color: rgb(169,132,40); }
div.DivClassName
{
background-color: #A98428;
}
.BgClassName
{
background-color: #A98428;
}
</style>
border-color css
<style>
span { border-color: #A98428; }
span { border-color: rgb(169,132,40); }
td.TdClassName
{
border-color: #A98428;
}
.TagClassName
{
border-color: #A98428;
}
</style>