Shades of Hacienda #A08627
Tints of Hacienda #A08627
RGB
CMYK
RGB Variations
Color information
#A08627 (or 0xA08627) is known color: Hacienda. HEX triplet: A0, 86 and 27. RGB value is (160,134,39). Sum of RGB (Red+Green+Blue) = 160+134+39=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A08627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08627 is #5F79D8. Grayscale: #838383. Windows color (decimal): -6257113 or 2590368. OLE color: 2590368.
HSL color Cylindrical-coordinate representation of color #A08627: hue angle of 47.11º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A08627 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 39 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.37 |
| HSL | 47.11º | 0.61% | 0.39% | - |
| HSV(B) | 47.11º | 0.76% | 0.63% | - |
| XYZ | 23.39 | 24.67 | 5.45 | - |
| YUV | 130.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 39 | 0 | 0.16 | 0.76 | 0.37 | 47.11 | 0.61 | 0.39 |
| Hex | A0 | 86 | 27 | 0 | 10 | 4C | 25 | 2F | 3D | 27 |
| Octal | 240 | 206 | 47 | 0 | 20 | 114 | 45 | 57 | 75 | 47 |
| Binary | 10100000 | 10000110 | 100111 | 0 | 10000 | 1001100 | 100101 | 101111 | 111101 | 100111 |
Color Harmonies of #A08627
Complementary color
Monochromatic Colors of #A08627
Black with #A08627
Text Example
Text Example
White with #A08627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08627; }
p { color: rgb(160,134,39); }
H1.HeaderClassName
{
color: #A08627;
}
.AnyTagClassName
{
color: #A08627;
}
</style>
background-color css
<style>
a { background-color: #A08627; }
a { background-color: rgb(160,134,39); }
div.DivClassName
{
background-color: #A08627;
}
.BgClassName
{
background-color: #A08627;
}
</style>
border-color css
<style>
span { border-color: #A08627; }
span { border-color: rgb(160,134,39); }
td.TdClassName
{
border-color: #A08627;
}
.TagClassName
{
border-color: #A08627;
}
</style>