Shades of Hacienda #A27612
Tints of Hacienda #A27612
RGB
CMYK
RGB Variations
Color information
#A27612 (or 0xA27612) is known color: Hacienda. HEX triplet: A2, 76 and 12. RGB value is (162,118,18). Sum of RGB (Red+Green+Blue) = 162+118+18=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A27612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27612 is #5D89ED. Grayscale: #787878. Windows color (decimal): -6130158 or 1210018. OLE color: 1210018.
HSL color Cylindrical-coordinate representation of color #A27612: hue angle of 41.67º 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 #A27612 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 18 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.36 |
| HSL | 41.67º | 0.8% | 0.35% | - |
| HSV(B) | 41.67º | 0.89% | 0.64% | - |
| XYZ | 21.49 | 20.68 | 3.43 | - |
| YUV | 119.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 18 | 0 | 0.27 | 0.89 | 0.36 | 41.67 | 0.8 | 0.35 |
| Hex | A2 | 76 | 12 | 0 | 1B | 59 | 24 | 2A | 50 | 23 |
| Octal | 242 | 166 | 22 | 0 | 33 | 131 | 44 | 52 | 120 | 43 |
| Binary | 10100010 | 1110110 | 10010 | 0 | 11011 | 1011001 | 100100 | 101010 | 1010000 | 100011 |
Color Harmonies of #A27612
Complementary color
Monochromatic Colors of #A27612
Black with #A27612
Text Example
Text Example
White with #A27612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27612; }
p { color: rgb(162,118,18); }
H1.HeaderClassName
{
color: #A27612;
}
.AnyTagClassName
{
color: #A27612;
}
</style>
background-color css
<style>
a { background-color: #A27612; }
a { background-color: rgb(162,118,18); }
div.DivClassName
{
background-color: #A27612;
}
.BgClassName
{
background-color: #A27612;
}
</style>
border-color css
<style>
span { border-color: #A27612; }
span { border-color: rgb(162,118,18); }
td.TdClassName
{
border-color: #A27612;
}
.TagClassName
{
border-color: #A27612;
}
</style>