Shades of Hacienda #A27A12
Tints of Hacienda #A27A12
RGB
CMYK
RGB Variations
Color information
#A27A12 (or 0xA27A12) is known color: Hacienda. HEX triplet: A2, 7A and 12. RGB value is (162,122,18). Sum of RGB (Red+Green+Blue) = 162+122+18=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A12 is #5D85ED. Grayscale: #7A7A7A. Windows color (decimal): -6129134 or 1211042. OLE color: 1211042.
HSL color Cylindrical-coordinate representation of color #A27A12: hue angle of 43.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A27A12 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 18 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.36 |
| HSL | 43.33º | 0.8% | 0.35% | - |
| HSV(B) | 43.33º | 0.89% | 0.64% | - |
| XYZ | 21.97 | 21.64 | 3.59 | - |
| YUV | 122.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 18 | 0 | 0.25 | 0.89 | 0.36 | 43.33 | 0.8 | 0.35 |
| Hex | A2 | 7A | 12 | 0 | 19 | 59 | 24 | 2B | 50 | 23 |
| Octal | 242 | 172 | 22 | 0 | 31 | 131 | 44 | 53 | 120 | 43 |
| Binary | 10100010 | 1111010 | 10010 | 0 | 11001 | 1011001 | 100100 | 101011 | 1010000 | 100011 |
Color Harmonies of #A27A12
Complementary color
Monochromatic Colors of #A27A12
Black with #A27A12
Text Example
Text Example
White with #A27A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A12; }
p { color: rgb(162,122,18); }
H1.HeaderClassName
{
color: #A27A12;
}
.AnyTagClassName
{
color: #A27A12;
}
</style>
background-color css
<style>
a { background-color: #A27A12; }
a { background-color: rgb(162,122,18); }
div.DivClassName
{
background-color: #A27A12;
}
.BgClassName
{
background-color: #A27A12;
}
</style>
border-color css
<style>
span { border-color: #A27A12; }
span { border-color: rgb(162,122,18); }
td.TdClassName
{
border-color: #A27A12;
}
.TagClassName
{
border-color: #A27A12;
}
</style>