Shades of Hacienda #A17A0B
Tints of Hacienda #A17A0B
RGB
CMYK
RGB Variations
Color information
#A17A0B (or 0xA17A0B) is known color: Hacienda. HEX triplet: A1, 7A and 0B. RGB value is (161,122,11). Sum of RGB (Red+Green+Blue) = 161+122+11=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17A0B is #5E85F4. Grayscale: #797979. Windows color (decimal): -6194677 or 752289. OLE color: 752289.
HSL color Cylindrical-coordinate representation of color #A17A0B: hue angle of 44.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A17A0B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 11 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.37 |
| HSL | 44.4º | 0.87% | 0.34% | - |
| HSV(B) | 44.4º | 0.93% | 0.63% | - |
| XYZ | 21.72 | 21.52 | 3.33 | - |
| YUV | 121.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 11 | 0 | 0.24 | 0.93 | 0.37 | 44.4 | 0.87 | 0.34 |
| Hex | A1 | 7A | B | 0 | 18 | 5D | 25 | 2C | 57 | 22 |
| Octal | 241 | 172 | 13 | 0 | 30 | 135 | 45 | 54 | 127 | 42 |
| Binary | 10100001 | 1111010 | 1011 | 0 | 11000 | 1011101 | 100101 | 101100 | 1010111 | 100010 |
Color Harmonies of #A17A0B
Complementary color
Monochromatic Colors of #A17A0B
Black with #A17A0B
Text Example
Text Example
White with #A17A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A0B; }
p { color: rgb(161,122,11); }
H1.HeaderClassName
{
color: #A17A0B;
}
.AnyTagClassName
{
color: #A17A0B;
}
</style>
background-color css
<style>
a { background-color: #A17A0B; }
a { background-color: rgb(161,122,11); }
div.DivClassName
{
background-color: #A17A0B;
}
.BgClassName
{
background-color: #A17A0B;
}
</style>
border-color css
<style>
span { border-color: #A17A0B; }
span { border-color: rgb(161,122,11); }
td.TdClassName
{
border-color: #A17A0B;
}
.TagClassName
{
border-color: #A17A0B;
}
</style>