Shades of Hacienda #A27C25
Tints of Hacienda #A27C25
RGB
CMYK
RGB Variations
Color information
#A27C25 (or 0xA27C25) is known color: Hacienda. HEX triplet: A2, 7C and 25. RGB value is (162,124,37). Sum of RGB (Red+Green+Blue) = 162+124+37=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C25 is #5D83DA. Grayscale: #7D7D7D. Windows color (decimal): -6128603 or 2456738. OLE color: 2456738.
HSL color Cylindrical-coordinate representation of color #A27C25: hue angle of 41.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A27C25 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 37 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.36 |
| HSL | 41.76º | 0.63% | 0.39% | - |
| HSV(B) | 41.76º | 0.77% | 0.64% | - |
| XYZ | 22.44 | 22.23 | 4.86 | - |
| YUV | 125.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 37 | 0 | 0.23 | 0.77 | 0.36 | 41.76 | 0.63 | 0.39 |
| Hex | A2 | 7C | 25 | 0 | 17 | 4D | 24 | 2A | 3F | 27 |
| Octal | 242 | 174 | 45 | 0 | 27 | 115 | 44 | 52 | 77 | 47 |
| Binary | 10100010 | 1111100 | 100101 | 0 | 10111 | 1001101 | 100100 | 101010 | 111111 | 100111 |
Color Harmonies of #A27C25
Complementary color
Monochromatic Colors of #A27C25
Black with #A27C25
Text Example
Text Example
White with #A27C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C25; }
p { color: rgb(162,124,37); }
H1.HeaderClassName
{
color: #A27C25;
}
.AnyTagClassName
{
color: #A27C25;
}
</style>
background-color css
<style>
a { background-color: #A27C25; }
a { background-color: rgb(162,124,37); }
div.DivClassName
{
background-color: #A27C25;
}
.BgClassName
{
background-color: #A27C25;
}
</style>
border-color css
<style>
span { border-color: #A27C25; }
span { border-color: rgb(162,124,37); }
td.TdClassName
{
border-color: #A27C25;
}
.TagClassName
{
border-color: #A27C25;
}
</style>