Shades of Hacienda #A27C16
Tints of Hacienda #A27C16
RGB
CMYK
RGB Variations
Color information
#A27C16 (or 0xA27C16) is known color: Hacienda. HEX triplet: A2, 7C and 16. RGB value is (162,124,22). Sum of RGB (Red+Green+Blue) = 162+124+22=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C16 is #5D83E9. Grayscale: #7C7C7C. Windows color (decimal): -6128618 or 1473698. OLE color: 1473698.
HSL color Cylindrical-coordinate representation of color #A27C16: hue angle of 43.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A27C16 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 22 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.36 |
| HSL | 43.71º | 0.76% | 0.36% | - |
| HSV(B) | 43.71º | 0.86% | 0.64% | - |
| XYZ | 22.25 | 22.15 | 3.86 | - |
| YUV | 123.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 22 | 0 | 0.23 | 0.86 | 0.36 | 43.71 | 0.76 | 0.36 |
| Hex | A2 | 7C | 16 | 0 | 17 | 56 | 24 | 2C | 4C | 24 |
| Octal | 242 | 174 | 26 | 0 | 27 | 126 | 44 | 54 | 114 | 44 |
| Binary | 10100010 | 1111100 | 10110 | 0 | 10111 | 1010110 | 100100 | 101100 | 1001100 | 100100 |
Color Harmonies of #A27C16
Complementary color
Monochromatic Colors of #A27C16
Black with #A27C16
Text Example
Text Example
White with #A27C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C16; }
p { color: rgb(162,124,22); }
H1.HeaderClassName
{
color: #A27C16;
}
.AnyTagClassName
{
color: #A27C16;
}
</style>
background-color css
<style>
a { background-color: #A27C16; }
a { background-color: rgb(162,124,22); }
div.DivClassName
{
background-color: #A27C16;
}
.BgClassName
{
background-color: #A27C16;
}
</style>
border-color css
<style>
span { border-color: #A27C16; }
span { border-color: rgb(162,124,22); }
td.TdClassName
{
border-color: #A27C16;
}
.TagClassName
{
border-color: #A27C16;
}
</style>