Shades of Hacienda #A27A10
Tints of Hacienda #A27A10
RGB
CMYK
RGB Variations
Color information
#A27A10 (or 0xA27A10) is known color: Hacienda. HEX triplet: A2, 7A and 10. RGB value is (162,122,16). Sum of RGB (Red+Green+Blue) = 162+122+16=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A10 is #5D85EF. Grayscale: #7A7A7A. Windows color (decimal): -6129136 or 1079970. OLE color: 1079970.
HSL color Cylindrical-coordinate representation of color #A27A10: hue angle of 43.56º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A27A10 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 16 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.36 |
| HSL | 43.56º | 0.82% | 0.35% | - |
| HSV(B) | 43.56º | 0.9% | 0.64% | - |
| XYZ | 21.95 | 21.64 | 3.51 | - |
| YUV | 121.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 16 | 0 | 0.25 | 0.90 | 0.36 | 43.56 | 0.82 | 0.35 |
| Hex | A2 | 7A | 10 | 0 | 19 | 5A | 24 | 2C | 52 | 23 |
| Octal | 242 | 172 | 20 | 0 | 31 | 132 | 44 | 54 | 122 | 43 |
| Binary | 10100010 | 1111010 | 10000 | 0 | 11001 | 1011010 | 100100 | 101100 | 1010010 | 100011 |
Color Harmonies of #A27A10
Complementary color
Monochromatic Colors of #A27A10
Black with #A27A10
Text Example
Text Example
White with #A27A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A10; }
p { color: rgb(162,122,16); }
H1.HeaderClassName
{
color: #A27A10;
}
.AnyTagClassName
{
color: #A27A10;
}
</style>
background-color css
<style>
a { background-color: #A27A10; }
a { background-color: rgb(162,122,16); }
div.DivClassName
{
background-color: #A27A10;
}
.BgClassName
{
background-color: #A27A10;
}
</style>
border-color css
<style>
span { border-color: #A27A10; }
span { border-color: rgb(162,122,16); }
td.TdClassName
{
border-color: #A27A10;
}
.TagClassName
{
border-color: #A27A10;
}
</style>