Shades of Hacienda #A98A1B
Tints of Hacienda #A98A1B
RGB
CMYK
RGB Variations
Color information
#A98A1B (or 0xA98A1B) is known color: Hacienda. HEX triplet: A9, 8A and 1B. RGB value is (169,138,27). Sum of RGB (Red+Green+Blue) = 169+138+27=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A1B is #5675E4. Grayscale: #878787. Windows color (decimal): -5666277 or 1804969. OLE color: 1804969.
HSL color Cylindrical-coordinate representation of color #A98A1B: hue angle of 46.9º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A98A1B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 27 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.34 |
| HSL | 46.9º | 0.72% | 0.38% | - |
| HSV(B) | 46.9º | 0.84% | 0.66% | - |
| XYZ | 25.65 | 26.69 | 4.84 | - |
| YUV | 134.62 | 67.27 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 27 | 0 | 0.18 | 0.84 | 0.34 | 46.9 | 0.72 | 0.38 |
| Hex | A9 | 8A | 1B | 0 | 12 | 54 | 22 | 2F | 48 | 26 |
| Octal | 251 | 212 | 33 | 0 | 22 | 124 | 42 | 57 | 110 | 46 |
| Binary | 10101001 | 10001010 | 11011 | 0 | 10010 | 1010100 | 100010 | 101111 | 1001000 | 100110 |
Color Harmonies of #A98A1B
Complementary color
Monochromatic Colors of #A98A1B
Black with #A98A1B
Text Example
Text Example
White with #A98A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A1B; }
p { color: rgb(169,138,27); }
H1.HeaderClassName
{
color: #A98A1B;
}
.AnyTagClassName
{
color: #A98A1B;
}
</style>
background-color css
<style>
a { background-color: #A98A1B; }
a { background-color: rgb(169,138,27); }
div.DivClassName
{
background-color: #A98A1B;
}
.BgClassName
{
background-color: #A98A1B;
}
</style>
border-color css
<style>
span { border-color: #A98A1B; }
span { border-color: rgb(169,138,27); }
td.TdClassName
{
border-color: #A98A1B;
}
.TagClassName
{
border-color: #A98A1B;
}
</style>