Shades of Hacienda #A27E10
Tints of Hacienda #A27E10
RGB
CMYK
RGB Variations
Color information
#A27E10 (or 0xA27E10) is known color: Hacienda. HEX triplet: A2, 7E and 10. RGB value is (162,126,16). Sum of RGB (Red+Green+Blue) = 162+126+16=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E10 is #5D81EF. Grayscale: #7C7C7C. Windows color (decimal): -6128112 or 1080994. OLE color: 1080994.
HSL color Cylindrical-coordinate representation of color #A27E10: hue angle of 45.21º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A27E10 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 16 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.36 |
| HSL | 45.21º | 0.82% | 0.35% | - |
| HSV(B) | 45.21º | 0.9% | 0.64% | - |
| XYZ | 22.45 | 22.64 | 3.68 | - |
| YUV | 124.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 16 | 0 | 0.22 | 0.90 | 0.36 | 45.21 | 0.82 | 0.35 |
| Hex | A2 | 7E | 10 | 0 | 16 | 5A | 24 | 2D | 52 | 23 |
| Octal | 242 | 176 | 20 | 0 | 26 | 132 | 44 | 55 | 122 | 43 |
| Binary | 10100010 | 1111110 | 10000 | 0 | 10110 | 1011010 | 100100 | 101101 | 1010010 | 100011 |
Color Harmonies of #A27E10
Complementary color
Monochromatic Colors of #A27E10
Black with #A27E10
Text Example
Text Example
White with #A27E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E10; }
p { color: rgb(162,126,16); }
H1.HeaderClassName
{
color: #A27E10;
}
.AnyTagClassName
{
color: #A27E10;
}
</style>
background-color css
<style>
a { background-color: #A27E10; }
a { background-color: rgb(162,126,16); }
div.DivClassName
{
background-color: #A27E10;
}
.BgClassName
{
background-color: #A27E10;
}
</style>
border-color css
<style>
span { border-color: #A27E10; }
span { border-color: rgb(162,126,16); }
td.TdClassName
{
border-color: #A27E10;
}
.TagClassName
{
border-color: #A27E10;
}
</style>