Shades of Hacienda #A27719
Tints of Hacienda #A27719
RGB
CMYK
RGB Variations
Color information
#A27719 (or 0xA27719) is known color: Hacienda. HEX triplet: A2, 77 and 19. RGB value is (162,119,25). Sum of RGB (Red+Green+Blue) = 162+119+25=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A27719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27719 is #5D88E6. Grayscale: #797979. Windows color (decimal): -6129895 or 1669026. OLE color: 1669026.
HSL color Cylindrical-coordinate representation of color #A27719: hue angle of 41.17º 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 #A27719 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 25 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.36 |
| HSL | 41.17º | 0.73% | 0.37% | - |
| HSV(B) | 41.17º | 0.85% | 0.64% | - |
| XYZ | 21.67 | 20.95 | 3.82 | - |
| YUV | 121.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 25 | 0 | 0.27 | 0.85 | 0.36 | 41.17 | 0.73 | 0.37 |
| Hex | A2 | 77 | 19 | 0 | 1B | 55 | 24 | 29 | 49 | 25 |
| Octal | 242 | 167 | 31 | 0 | 33 | 125 | 44 | 51 | 111 | 45 |
| Binary | 10100010 | 1110111 | 11001 | 0 | 11011 | 1010101 | 100100 | 101001 | 1001001 | 100101 |
Color Harmonies of #A27719
Complementary color
Monochromatic Colors of #A27719
Black with #A27719
Text Example
Text Example
White with #A27719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27719; }
p { color: rgb(162,119,25); }
H1.HeaderClassName
{
color: #A27719;
}
.AnyTagClassName
{
color: #A27719;
}
</style>
background-color css
<style>
a { background-color: #A27719; }
a { background-color: rgb(162,119,25); }
div.DivClassName
{
background-color: #A27719;
}
.BgClassName
{
background-color: #A27719;
}
</style>
border-color css
<style>
span { border-color: #A27719; }
span { border-color: rgb(162,119,25); }
td.TdClassName
{
border-color: #A27719;
}
.TagClassName
{
border-color: #A27719;
}
</style>