Shades of Hacienda #9A800C
Tints of Hacienda #9A800C
RGB
CMYK
RGB Variations
Color information
#9A800C (or 0x9A800C) is known color: Hacienda. HEX triplet: 9A, 80 and 0C. RGB value is (154,128,12). Sum of RGB (Red+Green+Blue) = 154+128+12=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A800C is #657FF3. Grayscale: #7B7B7B. Windows color (decimal): -6651892 or 819354. OLE color: 819354.
HSL color Cylindrical-coordinate representation of color #9A800C: hue angle of 49.01º degrees, saturation: 0.86, 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 #9A800C is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 12 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.40 |
| HSL | 49.01º | 0.86% | 0.33% | - |
| HSV(B) | 49.01º | 0.92% | 0.6% | - |
| XYZ | 21.11 | 22.33 | 3.55 | - |
| YUV | 122.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 12 | 0 | 0.17 | 0.92 | 0.40 | 49.01 | 0.86 | 0.33 |
| Hex | 9A | 80 | C | 0 | 11 | 5C | 28 | 31 | 56 | 21 |
| Octal | 232 | 200 | 14 | 0 | 21 | 134 | 50 | 61 | 126 | 41 |
| Binary | 10011010 | 10000000 | 1100 | 0 | 10001 | 1011100 | 101000 | 110001 | 1010110 | 100001 |
Color Harmonies of #9A800C
Complementary color
Monochromatic Colors of #9A800C
Black with #9A800C
Text Example
Text Example
White with #9A800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A800C; }
p { color: rgb(154,128,12); }
H1.HeaderClassName
{
color: #9A800C;
}
.AnyTagClassName
{
color: #9A800C;
}
</style>
background-color css
<style>
a { background-color: #9A800C; }
a { background-color: rgb(154,128,12); }
div.DivClassName
{
background-color: #9A800C;
}
.BgClassName
{
background-color: #9A800C;
}
</style>
border-color css
<style>
span { border-color: #9A800C; }
span { border-color: rgb(154,128,12); }
td.TdClassName
{
border-color: #9A800C;
}
.TagClassName
{
border-color: #9A800C;
}
</style>