Shades of Hacienda #A17A27
Tints of Hacienda #A17A27
RGB
CMYK
RGB Variations
Color information
#A17A27 (or 0xA17A27) is known color: Hacienda. HEX triplet: A1, 7A and 27. RGB value is (161,122,39). Sum of RGB (Red+Green+Blue) = 161+122+39=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A27 is #5E85D8. Grayscale: #7C7C7C. Windows color (decimal): -6194649 or 2587297. OLE color: 2587297.
HSL color Cylindrical-coordinate representation of color #A17A27: hue angle of 40.82º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A17A27 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 39 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.37 |
| HSL | 40.82º | 0.61% | 0.39% | - |
| HSV(B) | 40.82º | 0.76% | 0.63% | - |
| XYZ | 22.02 | 21.64 | 4.94 | - |
| YUV | 124.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 39 | 0 | 0.24 | 0.76 | 0.37 | 40.82 | 0.61 | 0.39 |
| Hex | A1 | 7A | 27 | 0 | 18 | 4C | 25 | 29 | 3D | 27 |
| Octal | 241 | 172 | 47 | 0 | 30 | 114 | 45 | 51 | 75 | 47 |
| Binary | 10100001 | 1111010 | 100111 | 0 | 11000 | 1001100 | 100101 | 101001 | 111101 | 100111 |
Color Harmonies of #A17A27
Complementary color
Monochromatic Colors of #A17A27
Black with #A17A27
Text Example
Text Example
White with #A17A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A27; }
p { color: rgb(161,122,39); }
H1.HeaderClassName
{
color: #A17A27;
}
.AnyTagClassName
{
color: #A17A27;
}
</style>
background-color css
<style>
a { background-color: #A17A27; }
a { background-color: rgb(161,122,39); }
div.DivClassName
{
background-color: #A17A27;
}
.BgClassName
{
background-color: #A17A27;
}
</style>
border-color css
<style>
span { border-color: #A17A27; }
span { border-color: rgb(161,122,39); }
td.TdClassName
{
border-color: #A17A27;
}
.TagClassName
{
border-color: #A17A27;
}
</style>