Shades of Hacienda #A27C26
Tints of Hacienda #A27C26
RGB
CMYK
RGB Variations
Color information
#A27C26 (or 0xA27C26) is known color: Hacienda. HEX triplet: A2, 7C and 26. RGB value is (162,124,38). Sum of RGB (Red+Green+Blue) = 162+124+38=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C26 is #5D83D9. Grayscale: #7D7D7D. Windows color (decimal): -6128602 or 2522274. OLE color: 2522274.
HSL color Cylindrical-coordinate representation of color #A27C26: hue angle of 41.61º degrees, saturation: 0.62, 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 #A27C26 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 38 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.36 |
| HSL | 41.61º | 0.62% | 0.39% | - |
| HSV(B) | 41.61º | 0.77% | 0.64% | - |
| XYZ | 22.46 | 22.24 | 4.94 | - |
| YUV | 125.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 38 | 0 | 0.23 | 0.77 | 0.36 | 41.61 | 0.62 | 0.39 |
| Hex | A2 | 7C | 26 | 0 | 17 | 4D | 24 | 2A | 3E | 27 |
| Octal | 242 | 174 | 46 | 0 | 27 | 115 | 44 | 52 | 76 | 47 |
| Binary | 10100010 | 1111100 | 100110 | 0 | 10111 | 1001101 | 100100 | 101010 | 111110 | 100111 |
Color Harmonies of #A27C26
Complementary color
Monochromatic Colors of #A27C26
Black with #A27C26
Text Example
Text Example
White with #A27C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C26; }
p { color: rgb(162,124,38); }
H1.HeaderClassName
{
color: #A27C26;
}
.AnyTagClassName
{
color: #A27C26;
}
</style>
background-color css
<style>
a { background-color: #A27C26; }
a { background-color: rgb(162,124,38); }
div.DivClassName
{
background-color: #A27C26;
}
.BgClassName
{
background-color: #A27C26;
}
</style>
border-color css
<style>
span { border-color: #A27C26; }
span { border-color: rgb(162,124,38); }
td.TdClassName
{
border-color: #A27C26;
}
.TagClassName
{
border-color: #A27C26;
}
</style>