Shades of Hacienda #A27E26
Tints of Hacienda #A27E26
RGB
CMYK
RGB Variations
Color information
#A27E26 (or 0xA27E26) is known color: Hacienda. HEX triplet: A2, 7E and 26. RGB value is (162,126,38). Sum of RGB (Red+Green+Blue) = 162+126+38=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E26 is #5D81D9. Grayscale: #7F7F7F. Windows color (decimal): -6128090 or 2522786. OLE color: 2522786.
HSL color Cylindrical-coordinate representation of color #A27E26: hue angle of 42.58º 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 #A27E26 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 38 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.36 |
| HSL | 42.58º | 0.62% | 0.39% | - |
| HSV(B) | 42.58º | 0.77% | 0.64% | - |
| XYZ | 22.71 | 22.74 | 5.03 | - |
| YUV | 126.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 38 | 0 | 0.22 | 0.77 | 0.36 | 42.58 | 0.62 | 0.39 |
| Hex | A2 | 7E | 26 | 0 | 16 | 4D | 24 | 2B | 3E | 27 |
| Octal | 242 | 176 | 46 | 0 | 26 | 115 | 44 | 53 | 76 | 47 |
| Binary | 10100010 | 1111110 | 100110 | 0 | 10110 | 1001101 | 100100 | 101011 | 111110 | 100111 |
Color Harmonies of #A27E26
Complementary color
Monochromatic Colors of #A27E26
Black with #A27E26
Text Example
Text Example
White with #A27E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E26; }
p { color: rgb(162,126,38); }
H1.HeaderClassName
{
color: #A27E26;
}
.AnyTagClassName
{
color: #A27E26;
}
</style>
background-color css
<style>
a { background-color: #A27E26; }
a { background-color: rgb(162,126,38); }
div.DivClassName
{
background-color: #A27E26;
}
.BgClassName
{
background-color: #A27E26;
}
</style>
border-color css
<style>
span { border-color: #A27E26; }
span { border-color: rgb(162,126,38); }
td.TdClassName
{
border-color: #A27E26;
}
.TagClassName
{
border-color: #A27E26;
}
</style>