Shades of Hacienda #A98226
Tints of Hacienda #A98226
RGB
CMYK
RGB Variations
Color information
#A98226 (or 0xA98226) is known color: Hacienda. HEX triplet: A9, 82 and 26. RGB value is (169,130,38). Sum of RGB (Red+Green+Blue) = 169+130+38=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A98226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98226 is #567DD9. Grayscale: #838383. Windows color (decimal): -5668314 or 2523817. OLE color: 2523817.
HSL color Cylindrical-coordinate representation of color #A98226: hue angle of 42.14º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A98226 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 38 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.34 |
| HSL | 42.14º | 0.63% | 0.41% | - |
| HSV(B) | 42.14º | 0.78% | 0.66% | - |
| XYZ | 24.69 | 24.54 | 5.27 | - |
| YUV | 131.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 38 | 0 | 0.23 | 0.78 | 0.34 | 42.14 | 0.63 | 0.41 |
| Hex | A9 | 82 | 26 | 0 | 17 | 4E | 22 | 2A | 3F | 29 |
| Octal | 251 | 202 | 46 | 0 | 27 | 116 | 42 | 52 | 77 | 51 |
| Binary | 10101001 | 10000010 | 100110 | 0 | 10111 | 1001110 | 100010 | 101010 | 111111 | 101001 |
Color Harmonies of #A98226
Complementary color
Monochromatic Colors of #A98226
Black with #A98226
Text Example
Text Example
White with #A98226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98226; }
p { color: rgb(169,130,38); }
H1.HeaderClassName
{
color: #A98226;
}
.AnyTagClassName
{
color: #A98226;
}
</style>
background-color css
<style>
a { background-color: #A98226; }
a { background-color: rgb(169,130,38); }
div.DivClassName
{
background-color: #A98226;
}
.BgClassName
{
background-color: #A98226;
}
</style>
border-color css
<style>
span { border-color: #A98226; }
span { border-color: rgb(169,130,38); }
td.TdClassName
{
border-color: #A98226;
}
.TagClassName
{
border-color: #A98226;
}
</style>