Shades of Hacienda #A27718
Tints of Hacienda #A27718
RGB
CMYK
RGB Variations
Color information
#A27718 (or 0xA27718) is known color: Hacienda. HEX triplet: A2, 77 and 18. RGB value is (162,119,24). Sum of RGB (Red+Green+Blue) = 162+119+24=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A27718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27718 is #5D88E7. Grayscale: #797979. Windows color (decimal): -6129896 or 1603490. OLE color: 1603490.
HSL color Cylindrical-coordinate representation of color #A27718: hue angle of 41.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A27718 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 24 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.36 |
| HSL | 41.3º | 0.74% | 0.36% | - |
| HSV(B) | 41.3º | 0.85% | 0.64% | - |
| XYZ | 21.66 | 20.94 | 3.76 | - |
| YUV | 121.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 24 | 0 | 0.27 | 0.85 | 0.36 | 41.3 | 0.74 | 0.36 |
| Hex | A2 | 77 | 18 | 0 | 1B | 55 | 24 | 29 | 4A | 24 |
| Octal | 242 | 167 | 30 | 0 | 33 | 125 | 44 | 51 | 112 | 44 |
| Binary | 10100010 | 1110111 | 11000 | 0 | 11011 | 1010101 | 100100 | 101001 | 1001010 | 100100 |
Color Harmonies of #A27718
Complementary color
Monochromatic Colors of #A27718
Black with #A27718
Text Example
Text Example
White with #A27718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27718; }
p { color: rgb(162,119,24); }
H1.HeaderClassName
{
color: #A27718;
}
.AnyTagClassName
{
color: #A27718;
}
</style>
background-color css
<style>
a { background-color: #A27718; }
a { background-color: rgb(162,119,24); }
div.DivClassName
{
background-color: #A27718;
}
.BgClassName
{
background-color: #A27718;
}
</style>
border-color css
<style>
span { border-color: #A27718; }
span { border-color: rgb(162,119,24); }
td.TdClassName
{
border-color: #A27718;
}
.TagClassName
{
border-color: #A27718;
}
</style>