Shades of Hacienda #A27C0E
Tints of Hacienda #A27C0E
RGB
CMYK
RGB Variations
Color information
#A27C0E (or 0xA27C0E) is known color: Hacienda. HEX triplet: A2, 7C and 0E. RGB value is (162,124,14). Sum of RGB (Red+Green+Blue) = 162+124+14=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C0E is #5D83F1. Grayscale: #7B7B7B. Windows color (decimal): -6128626 or 949410. OLE color: 949410.
HSL color Cylindrical-coordinate representation of color #A27C0E: hue angle of 44.59º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A27C0E is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 14 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.36 |
| HSL | 44.59º | 0.84% | 0.35% | - |
| HSV(B) | 44.59º | 0.91% | 0.64% | - |
| XYZ | 22.19 | 22.13 | 3.52 | - |
| YUV | 122.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 14 | 0 | 0.23 | 0.91 | 0.36 | 44.59 | 0.84 | 0.35 |
| Hex | A2 | 7C | E | 0 | 17 | 5B | 24 | 2D | 54 | 23 |
| Octal | 242 | 174 | 16 | 0 | 27 | 133 | 44 | 55 | 124 | 43 |
| Binary | 10100010 | 1111100 | 1110 | 0 | 10111 | 1011011 | 100100 | 101101 | 1010100 | 100011 |
Color Harmonies of #A27C0E
Complementary color
Monochromatic Colors of #A27C0E
Black with #A27C0E
Text Example
Text Example
White with #A27C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C0E; }
p { color: rgb(162,124,14); }
H1.HeaderClassName
{
color: #A27C0E;
}
.AnyTagClassName
{
color: #A27C0E;
}
</style>
background-color css
<style>
a { background-color: #A27C0E; }
a { background-color: rgb(162,124,14); }
div.DivClassName
{
background-color: #A27C0E;
}
.BgClassName
{
background-color: #A27C0E;
}
</style>
border-color css
<style>
span { border-color: #A27C0E; }
span { border-color: rgb(162,124,14); }
td.TdClassName
{
border-color: #A27C0E;
}
.TagClassName
{
border-color: #A27C0E;
}
</style>