Shades of Hacienda #A27715
Tints of Hacienda #A27715
RGB
CMYK
RGB Variations
Color information
#A27715 (or 0xA27715) is known color: Hacienda. HEX triplet: A2, 77 and 15. RGB value is (162,119,21). Sum of RGB (Red+Green+Blue) = 162+119+21=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A27715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27715 is #5D88EA. Grayscale: #797979. Windows color (decimal): -6129899 or 1406882. OLE color: 1406882.
HSL color Cylindrical-coordinate representation of color #A27715: hue angle of 41.7º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A27715 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 21 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.36 |
| HSL | 41.7º | 0.77% | 0.36% | - |
| HSV(B) | 41.7º | 0.87% | 0.64% | - |
| XYZ | 21.63 | 20.93 | 3.61 | - |
| YUV | 120.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 21 | 0 | 0.27 | 0.87 | 0.36 | 41.7 | 0.77 | 0.36 |
| Hex | A2 | 77 | 15 | 0 | 1B | 57 | 24 | 2A | 4D | 24 |
| Octal | 242 | 167 | 25 | 0 | 33 | 127 | 44 | 52 | 115 | 44 |
| Binary | 10100010 | 1110111 | 10101 | 0 | 11011 | 1010111 | 100100 | 101010 | 1001101 | 100100 |
Color Harmonies of #A27715
Complementary color
Monochromatic Colors of #A27715
Black with #A27715
Text Example
Text Example
White with #A27715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27715; }
p { color: rgb(162,119,21); }
H1.HeaderClassName
{
color: #A27715;
}
.AnyTagClassName
{
color: #A27715;
}
</style>
background-color css
<style>
a { background-color: #A27715; }
a { background-color: rgb(162,119,21); }
div.DivClassName
{
background-color: #A27715;
}
.BgClassName
{
background-color: #A27715;
}
</style>
border-color css
<style>
span { border-color: #A27715; }
span { border-color: rgb(162,119,21); }
td.TdClassName
{
border-color: #A27715;
}
.TagClassName
{
border-color: #A27715;
}
</style>