Shades of Hacienda #A98023
Tints of Hacienda #A98023
RGB
CMYK
RGB Variations
Color information
#A98023 (or 0xA98023) is known color: Hacienda. HEX triplet: A9, 80 and 23. RGB value is (169,128,35). Sum of RGB (Red+Green+Blue) = 169+128+35=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A98023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98023 is #567FDC. Grayscale: #828282. Windows color (decimal): -5668829 or 2326697. OLE color: 2326697.
HSL color Cylindrical-coordinate representation of color #A98023: hue angle of 41.64º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A98023 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 35 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.34 |
| HSL | 41.64º | 0.66% | 0.4% | - |
| HSV(B) | 41.64º | 0.79% | 0.66% | - |
| XYZ | 24.38 | 23.99 | 4.94 | - |
| YUV | 129.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 35 | 0 | 0.24 | 0.79 | 0.34 | 41.64 | 0.66 | 0.4 |
| Hex | A9 | 80 | 23 | 0 | 18 | 4F | 22 | 2A | 42 | 28 |
| Octal | 251 | 200 | 43 | 0 | 30 | 117 | 42 | 52 | 102 | 50 |
| Binary | 10101001 | 10000000 | 100011 | 0 | 11000 | 1001111 | 100010 | 101010 | 1000010 | 101000 |
Color Harmonies of #A98023
Complementary color
Monochromatic Colors of #A98023
Black with #A98023
Text Example
Text Example
White with #A98023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98023; }
p { color: rgb(169,128,35); }
H1.HeaderClassName
{
color: #A98023;
}
.AnyTagClassName
{
color: #A98023;
}
</style>
background-color css
<style>
a { background-color: #A98023; }
a { background-color: rgb(169,128,35); }
div.DivClassName
{
background-color: #A98023;
}
.BgClassName
{
background-color: #A98023;
}
</style>
border-color css
<style>
span { border-color: #A98023; }
span { border-color: rgb(169,128,35); }
td.TdClassName
{
border-color: #A98023;
}
.TagClassName
{
border-color: #A98023;
}
</style>