Shades of Hacienda #A27F0D
Tints of Hacienda #A27F0D
RGB
CMYK
RGB Variations
Color information
#A27F0D (or 0xA27F0D) is known color: Hacienda. HEX triplet: A2, 7F and 0D. RGB value is (162,127,13). Sum of RGB (Red+Green+Blue) = 162+127+13=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F0D is #5D80F2. Grayscale: #7C7C7C. Windows color (decimal): -6127859 or 884642. OLE color: 884642.
HSL color Cylindrical-coordinate representation of color #A27F0D: hue angle of 45.91º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A27F0D is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 13 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.36 |
| HSL | 45.91º | 0.85% | 0.34% | - |
| HSV(B) | 45.91º | 0.92% | 0.64% | - |
| XYZ | 22.56 | 22.89 | 3.61 | - |
| YUV | 124.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 13 | 0 | 0.22 | 0.92 | 0.36 | 45.91 | 0.85 | 0.34 |
| Hex | A2 | 7F | D | 0 | 16 | 5C | 24 | 2E | 55 | 22 |
| Octal | 242 | 177 | 15 | 0 | 26 | 134 | 44 | 56 | 125 | 42 |
| Binary | 10100010 | 1111111 | 1101 | 0 | 10110 | 1011100 | 100100 | 101110 | 1010101 | 100010 |
Color Harmonies of #A27F0D
Complementary color
Monochromatic Colors of #A27F0D
Black with #A27F0D
Text Example
Text Example
White with #A27F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F0D; }
p { color: rgb(162,127,13); }
H1.HeaderClassName
{
color: #A27F0D;
}
.AnyTagClassName
{
color: #A27F0D;
}
</style>
background-color css
<style>
a { background-color: #A27F0D; }
a { background-color: rgb(162,127,13); }
div.DivClassName
{
background-color: #A27F0D;
}
.BgClassName
{
background-color: #A27F0D;
}
</style>
border-color css
<style>
span { border-color: #A27F0D; }
span { border-color: rgb(162,127,13); }
td.TdClassName
{
border-color: #A27F0D;
}
.TagClassName
{
border-color: #A27F0D;
}
</style>