Shades of Hacienda #9A7D2A
Tints of Hacienda #9A7D2A
RGB
CMYK
RGB Variations
Color information
#9A7D2A (or 0x9A7D2A) is known color: Hacienda. HEX triplet: 9A, 7D and 2A. RGB value is (154,125,42). Sum of RGB (Red+Green+Blue) = 154+125+42=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7D2A is #6582D5. Grayscale: #7C7C7C. Windows color (decimal): -6652630 or 2784666. OLE color: 2784666.
HSL color Cylindrical-coordinate representation of color #9A7D2A: hue angle of 44.46º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A7D2A is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 42 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.40 |
| HSL | 44.46º | 0.57% | 0.38% | - |
| HSV(B) | 44.46º | 0.73% | 0.6% | - |
| XYZ | 21.08 | 21.7 | 5.27 | - |
| YUV | 124.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 42 | 0 | 0.19 | 0.73 | 0.40 | 44.46 | 0.57 | 0.38 |
| Hex | 9A | 7D | 2A | 0 | 13 | 49 | 28 | 2C | 39 | 26 |
| Octal | 232 | 175 | 52 | 0 | 23 | 111 | 50 | 54 | 71 | 46 |
| Binary | 10011010 | 1111101 | 101010 | 0 | 10011 | 1001001 | 101000 | 101100 | 111001 | 100110 |
Color Harmonies of #9A7D2A
Complementary color
Monochromatic Colors of #9A7D2A
Black with #9A7D2A
Text Example
Text Example
White with #9A7D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D2A; }
p { color: rgb(154,125,42); }
H1.HeaderClassName
{
color: #9A7D2A;
}
.AnyTagClassName
{
color: #9A7D2A;
}
</style>
background-color css
<style>
a { background-color: #9A7D2A; }
a { background-color: rgb(154,125,42); }
div.DivClassName
{
background-color: #9A7D2A;
}
.BgClassName
{
background-color: #9A7D2A;
}
</style>
border-color css
<style>
span { border-color: #9A7D2A; }
span { border-color: rgb(154,125,42); }
td.TdClassName
{
border-color: #9A7D2A;
}
.TagClassName
{
border-color: #9A7D2A;
}
</style>