Shades of Hacienda #A17A20
Tints of Hacienda #A17A20
RGB
CMYK
RGB Variations
Color information
#A17A20 (or 0xA17A20) is known color: Hacienda. HEX triplet: A1, 7A and 20. RGB value is (161,122,32). Sum of RGB (Red+Green+Blue) = 161+122+32=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A20 is #5E85DF. Grayscale: #7B7B7B. Windows color (decimal): -6194656 or 2128545. OLE color: 2128545.
HSL color Cylindrical-coordinate representation of color #A17A20: hue angle of 41.86º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A17A20 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 32 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.37 |
| HSL | 41.86º | 0.67% | 0.38% | - |
| HSV(B) | 41.86º | 0.8% | 0.63% | - |
| XYZ | 21.92 | 21.6 | 4.38 | - |
| YUV | 123.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 32 | 0 | 0.24 | 0.80 | 0.37 | 41.86 | 0.67 | 0.38 |
| Hex | A1 | 7A | 20 | 0 | 18 | 50 | 25 | 2A | 43 | 26 |
| Octal | 241 | 172 | 40 | 0 | 30 | 120 | 45 | 52 | 103 | 46 |
| Binary | 10100001 | 1111010 | 100000 | 0 | 11000 | 1010000 | 100101 | 101010 | 1000011 | 100110 |
Color Harmonies of #A17A20
Complementary color
Monochromatic Colors of #A17A20
Black with #A17A20
Text Example
Text Example
White with #A17A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A20; }
p { color: rgb(161,122,32); }
H1.HeaderClassName
{
color: #A17A20;
}
.AnyTagClassName
{
color: #A17A20;
}
</style>
background-color css
<style>
a { background-color: #A17A20; }
a { background-color: rgb(161,122,32); }
div.DivClassName
{
background-color: #A17A20;
}
.BgClassName
{
background-color: #A17A20;
}
</style>
border-color css
<style>
span { border-color: #A17A20; }
span { border-color: rgb(161,122,32); }
td.TdClassName
{
border-color: #A17A20;
}
.TagClassName
{
border-color: #A17A20;
}
</style>