Shades of Hacienda #9A811B
Tints of Hacienda #9A811B
RGB
CMYK
RGB Variations
Color information
#9A811B (or 0x9A811B) is known color: Hacienda. HEX triplet: 9A, 81 and 1B. RGB value is (154,129,27). Sum of RGB (Red+Green+Blue) = 154+129+27=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A811B is #657EE4. Grayscale: #7D7D7D. Windows color (decimal): -6651621 or 1802650. OLE color: 1802650.
HSL color Cylindrical-coordinate representation of color #9A811B: hue angle of 48.19º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A811B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 129 | 27 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.40 |
| HSL | 48.19º | 0.7% | 0.35% | - |
| HSV(B) | 48.19º | 0.82% | 0.6% | - |
| XYZ | 21.37 | 22.65 | 4.28 | - |
| YUV | 124.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 27 | 0 | 0.16 | 0.82 | 0.40 | 48.19 | 0.7 | 0.35 |
| Hex | 9A | 81 | 1B | 0 | 10 | 52 | 28 | 30 | 46 | 23 |
| Octal | 232 | 201 | 33 | 0 | 20 | 122 | 50 | 60 | 106 | 43 |
| Binary | 10011010 | 10000001 | 11011 | 0 | 10000 | 1010010 | 101000 | 110000 | 1000110 | 100011 |
Color Harmonies of #9A811B
Complementary color
Monochromatic Colors of #9A811B
Black with #9A811B
Text Example
Text Example
White with #9A811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A811B; }
p { color: rgb(154,129,27); }
H1.HeaderClassName
{
color: #9A811B;
}
.AnyTagClassName
{
color: #9A811B;
}
</style>
background-color css
<style>
a { background-color: #9A811B; }
a { background-color: rgb(154,129,27); }
div.DivClassName
{
background-color: #9A811B;
}
.BgClassName
{
background-color: #9A811B;
}
</style>
border-color css
<style>
span { border-color: #9A811B; }
span { border-color: rgb(154,129,27); }
td.TdClassName
{
border-color: #9A811B;
}
.TagClassName
{
border-color: #9A811B;
}
</style>