Shades of Hacienda #9A800F
Tints of Hacienda #9A800F
RGB
CMYK
RGB Variations
Color information
#9A800F (or 0x9A800F) is known color: Hacienda. HEX triplet: 9A, 80 and 0F. RGB value is (154,128,15). Sum of RGB (Red+Green+Blue) = 154+128+15=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A800F is #657FF0. Grayscale: #7B7B7B. Windows color (decimal): -6651889 or 1015962. OLE color: 1015962.
HSL color Cylindrical-coordinate representation of color #9A800F: hue angle of 48.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A800F is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 15 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.40 |
| HSL | 48.78º | 0.82% | 0.33% | - |
| HSV(B) | 48.78º | 0.9% | 0.6% | - |
| XYZ | 21.13 | 22.34 | 3.65 | - |
| YUV | 122.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 15 | 0 | 0.17 | 0.90 | 0.40 | 48.78 | 0.82 | 0.33 |
| Hex | 9A | 80 | F | 0 | 11 | 5A | 28 | 31 | 52 | 21 |
| Octal | 232 | 200 | 17 | 0 | 21 | 132 | 50 | 61 | 122 | 41 |
| Binary | 10011010 | 10000000 | 1111 | 0 | 10001 | 1011010 | 101000 | 110001 | 1010010 | 100001 |
Color Harmonies of #9A800F
Complementary color
Monochromatic Colors of #9A800F
Black with #9A800F
Text Example
Text Example
White with #9A800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A800F; }
p { color: rgb(154,128,15); }
H1.HeaderClassName
{
color: #9A800F;
}
.AnyTagClassName
{
color: #9A800F;
}
</style>
background-color css
<style>
a { background-color: #9A800F; }
a { background-color: rgb(154,128,15); }
div.DivClassName
{
background-color: #9A800F;
}
.BgClassName
{
background-color: #9A800F;
}
</style>
border-color css
<style>
span { border-color: #9A800F; }
span { border-color: rgb(154,128,15); }
td.TdClassName
{
border-color: #9A800F;
}
.TagClassName
{
border-color: #9A800F;
}
</style>