Shades of Hacienda #A27F19
Tints of Hacienda #A27F19
RGB
CMYK
RGB Variations
Color information
#A27F19 (or 0xA27F19) is known color: Hacienda. HEX triplet: A2, 7F and 19. RGB value is (162,127,25). Sum of RGB (Red+Green+Blue) = 162+127+25=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F19 is #5D80E6. Grayscale: #7E7E7E. Windows color (decimal): -6127847 or 1671074. OLE color: 1671074.
HSL color Cylindrical-coordinate representation of color #A27F19: hue angle of 44.67º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A27F19 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 25 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.36 |
| HSL | 44.67º | 0.73% | 0.37% | - |
| HSV(B) | 44.67º | 0.85% | 0.64% | - |
| XYZ | 22.67 | 22.93 | 4.15 | - |
| YUV | 125.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 25 | 0 | 0.22 | 0.85 | 0.36 | 44.67 | 0.73 | 0.37 |
| Hex | A2 | 7F | 19 | 0 | 16 | 55 | 24 | 2D | 49 | 25 |
| Octal | 242 | 177 | 31 | 0 | 26 | 125 | 44 | 55 | 111 | 45 |
| Binary | 10100010 | 1111111 | 11001 | 0 | 10110 | 1010101 | 100100 | 101101 | 1001001 | 100101 |
Color Harmonies of #A27F19
Complementary color
Monochromatic Colors of #A27F19
Black with #A27F19
Text Example
Text Example
White with #A27F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F19; }
p { color: rgb(162,127,25); }
H1.HeaderClassName
{
color: #A27F19;
}
.AnyTagClassName
{
color: #A27F19;
}
</style>
background-color css
<style>
a { background-color: #A27F19; }
a { background-color: rgb(162,127,25); }
div.DivClassName
{
background-color: #A27F19;
}
.BgClassName
{
background-color: #A27F19;
}
</style>
border-color css
<style>
span { border-color: #A27F19; }
span { border-color: rgb(162,127,25); }
td.TdClassName
{
border-color: #A27F19;
}
.TagClassName
{
border-color: #A27F19;
}
</style>