Shades of Hacienda #A27E1D
Tints of Hacienda #A27E1D
RGB
CMYK
RGB Variations
Color information
#A27E1D (or 0xA27E1D) is known color: Hacienda. HEX triplet: A2, 7E and 1D. RGB value is (162,126,29). Sum of RGB (Red+Green+Blue) = 162+126+29=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E1D is #5D81E2. Grayscale: #7E7E7E. Windows color (decimal): -6128099 or 1932962. OLE color: 1932962.
HSL color Cylindrical-coordinate representation of color #A27E1D: hue angle of 43.76º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A27E1D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 29 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.36 |
| HSL | 43.76º | 0.7% | 0.37% | - |
| HSV(B) | 43.76º | 0.82% | 0.64% | - |
| XYZ | 22.58 | 22.69 | 4.35 | - |
| YUV | 125.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 29 | 0 | 0.22 | 0.82 | 0.36 | 43.76 | 0.7 | 0.37 |
| Hex | A2 | 7E | 1D | 0 | 16 | 52 | 24 | 2C | 46 | 25 |
| Octal | 242 | 176 | 35 | 0 | 26 | 122 | 44 | 54 | 106 | 45 |
| Binary | 10100010 | 1111110 | 11101 | 0 | 10110 | 1010010 | 100100 | 101100 | 1000110 | 100101 |
Color Harmonies of #A27E1D
Complementary color
Monochromatic Colors of #A27E1D
Black with #A27E1D
Text Example
Text Example
White with #A27E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E1D; }
p { color: rgb(162,126,29); }
H1.HeaderClassName
{
color: #A27E1D;
}
.AnyTagClassName
{
color: #A27E1D;
}
</style>
background-color css
<style>
a { background-color: #A27E1D; }
a { background-color: rgb(162,126,29); }
div.DivClassName
{
background-color: #A27E1D;
}
.BgClassName
{
background-color: #A27E1D;
}
</style>
border-color css
<style>
span { border-color: #A27E1D; }
span { border-color: rgb(162,126,29); }
td.TdClassName
{
border-color: #A27E1D;
}
.TagClassName
{
border-color: #A27E1D;
}
</style>