Shades of Hacienda #A27F10
Tints of Hacienda #A27F10
RGB
CMYK
RGB Variations
Color information
#A27F10 (or 0xA27F10) is known color: Hacienda. HEX triplet: A2, 7F and 10. RGB value is (162,127,16). Sum of RGB (Red+Green+Blue) = 162+127+16=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F10 is #5D80EF. Grayscale: #7D7D7D. Windows color (decimal): -6127856 or 1081250. OLE color: 1081250.
HSL color Cylindrical-coordinate representation of color #A27F10: hue angle of 45.62º 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 #A27F10 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 16 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.36 |
| HSL | 45.62º | 0.82% | 0.35% | - |
| HSV(B) | 45.62º | 0.9% | 0.64% | - |
| XYZ | 22.58 | 22.9 | 3.72 | - |
| YUV | 124.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 16 | 0 | 0.22 | 0.90 | 0.36 | 45.62 | 0.82 | 0.35 |
| Hex | A2 | 7F | 10 | 0 | 16 | 5A | 24 | 2E | 52 | 23 |
| Octal | 242 | 177 | 20 | 0 | 26 | 132 | 44 | 56 | 122 | 43 |
| Binary | 10100010 | 1111111 | 10000 | 0 | 10110 | 1011010 | 100100 | 101110 | 1010010 | 100011 |
Color Harmonies of #A27F10
Complementary color
Monochromatic Colors of #A27F10
Black with #A27F10
Text Example
Text Example
White with #A27F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F10; }
p { color: rgb(162,127,16); }
H1.HeaderClassName
{
color: #A27F10;
}
.AnyTagClassName
{
color: #A27F10;
}
</style>
background-color css
<style>
a { background-color: #A27F10; }
a { background-color: rgb(162,127,16); }
div.DivClassName
{
background-color: #A27F10;
}
.BgClassName
{
background-color: #A27F10;
}
</style>
border-color css
<style>
span { border-color: #A27F10; }
span { border-color: rgb(162,127,16); }
td.TdClassName
{
border-color: #A27F10;
}
.TagClassName
{
border-color: #A27F10;
}
</style>