Shades of Hacienda #A27A0A
Tints of Hacienda #A27A0A
RGB
CMYK
RGB Variations
Color information
#A27A0A (or 0xA27A0A) is known color: Hacienda. HEX triplet: A2, 7A and 0A. RGB value is (162,122,10). Sum of RGB (Red+Green+Blue) = 162+122+10=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A0A is #5D85F5. Grayscale: #797979. Windows color (decimal): -6129142 or 686754. OLE color: 686754.
HSL color Cylindrical-coordinate representation of color #A27A0A: hue angle of 44.21º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A27A0A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 10 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.36 |
| HSL | 44.21º | 0.88% | 0.34% | - |
| HSV(B) | 44.21º | 0.94% | 0.64% | - |
| XYZ | 21.91 | 21.62 | 3.31 | - |
| YUV | 121.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 10 | 0 | 0.25 | 0.94 | 0.36 | 44.21 | 0.88 | 0.34 |
| Hex | A2 | 7A | A | 0 | 19 | 5E | 24 | 2C | 58 | 22 |
| Octal | 242 | 172 | 12 | 0 | 31 | 136 | 44 | 54 | 130 | 42 |
| Binary | 10100010 | 1111010 | 1010 | 0 | 11001 | 1011110 | 100100 | 101100 | 1011000 | 100010 |
Color Harmonies of #A27A0A
Complementary color
Monochromatic Colors of #A27A0A
Black with #A27A0A
Text Example
Text Example
White with #A27A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A0A; }
p { color: rgb(162,122,10); }
H1.HeaderClassName
{
color: #A27A0A;
}
.AnyTagClassName
{
color: #A27A0A;
}
</style>
background-color css
<style>
a { background-color: #A27A0A; }
a { background-color: rgb(162,122,10); }
div.DivClassName
{
background-color: #A27A0A;
}
.BgClassName
{
background-color: #A27A0A;
}
</style>
border-color css
<style>
span { border-color: #A27A0A; }
span { border-color: rgb(162,122,10); }
td.TdClassName
{
border-color: #A27A0A;
}
.TagClassName
{
border-color: #A27A0A;
}
</style>