Shades of Hacienda #9A880D
Tints of Hacienda #9A880D
RGB
CMYK
RGB Variations
Color information
#9A880D (or 0x9A880D) is known color: Hacienda. HEX triplet: 9A, 88 and 0D. RGB value is (154,136,13). Sum of RGB (Red+Green+Blue) = 154+136+13=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A880D is #6577F2. Grayscale: #7F7F7F. Windows color (decimal): -6649843 or 886938. OLE color: 886938.
HSL color Cylindrical-coordinate representation of color #9A880D: hue angle of 52.34º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A880D is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 13 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.40 |
| HSL | 52.34º | 0.84% | 0.33% | - |
| HSV(B) | 52.34º | 0.92% | 0.6% | - |
| XYZ | 22.2 | 24.51 | 3.94 | - |
| YUV | 127.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 13 | 0 | 0.12 | 0.92 | 0.40 | 52.34 | 0.84 | 0.33 |
| Hex | 9A | 88 | D | 0 | C | 5C | 28 | 34 | 54 | 21 |
| Octal | 232 | 210 | 15 | 0 | 14 | 134 | 50 | 64 | 124 | 41 |
| Binary | 10011010 | 10001000 | 1101 | 0 | 1100 | 1011100 | 101000 | 110100 | 1010100 | 100001 |
Color Harmonies of #9A880D
Complementary color
Monochromatic Colors of #9A880D
Black with #9A880D
Text Example
Text Example
White with #9A880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A880D; }
p { color: rgb(154,136,13); }
H1.HeaderClassName
{
color: #9A880D;
}
.AnyTagClassName
{
color: #9A880D;
}
</style>
background-color css
<style>
a { background-color: #9A880D; }
a { background-color: rgb(154,136,13); }
div.DivClassName
{
background-color: #9A880D;
}
.BgClassName
{
background-color: #9A880D;
}
</style>
border-color css
<style>
span { border-color: #9A880D; }
span { border-color: rgb(154,136,13); }
td.TdClassName
{
border-color: #9A880D;
}
.TagClassName
{
border-color: #9A880D;
}
</style>