Shades of Hacienda #9A7A1C
Tints of Hacienda #9A7A1C
RGB
CMYK
RGB Variations
Color information
#9A7A1C (or 0x9A7A1C) is known color: Hacienda. HEX triplet: 9A, 7A and 1C. RGB value is (154,122,28). Sum of RGB (Red+Green+Blue) = 154+122+28=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7A1C is #6585E3. Grayscale: #797979. Windows color (decimal): -6653412 or 1866394. OLE color: 1866394.
HSL color Cylindrical-coordinate representation of color #9A7A1C: hue angle of 44.76º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A7A1C is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 28 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.40 |
| HSL | 44.76º | 0.69% | 0.36% | - |
| HSV(B) | 44.76º | 0.82% | 0.6% | - |
| XYZ | 20.5 | 20.87 | 4.05 | - |
| YUV | 120.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 28 | 0 | 0.21 | 0.82 | 0.40 | 44.76 | 0.69 | 0.36 |
| Hex | 9A | 7A | 1C | 0 | 15 | 52 | 28 | 2D | 45 | 24 |
| Octal | 232 | 172 | 34 | 0 | 25 | 122 | 50 | 55 | 105 | 44 |
| Binary | 10011010 | 1111010 | 11100 | 0 | 10101 | 1010010 | 101000 | 101101 | 1000101 | 100100 |
Color Harmonies of #9A7A1C
Complementary color
Monochromatic Colors of #9A7A1C
Black with #9A7A1C
Text Example
Text Example
White with #9A7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A1C; }
p { color: rgb(154,122,28); }
H1.HeaderClassName
{
color: #9A7A1C;
}
.AnyTagClassName
{
color: #9A7A1C;
}
</style>
background-color css
<style>
a { background-color: #9A7A1C; }
a { background-color: rgb(154,122,28); }
div.DivClassName
{
background-color: #9A7A1C;
}
.BgClassName
{
background-color: #9A7A1C;
}
</style>
border-color css
<style>
span { border-color: #9A7A1C; }
span { border-color: rgb(154,122,28); }
td.TdClassName
{
border-color: #9A7A1C;
}
.TagClassName
{
border-color: #9A7A1C;
}
</style>