Shades of Hacienda #A38127
Tints of Hacienda #A38127
RGB
CMYK
RGB Variations
Color information
#A38127 (or 0xA38127) is known color: Hacienda. HEX triplet: A3, 81 and 27. RGB value is (163,129,39). Sum of RGB (Red+Green+Blue) = 163+129+39=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38127 is #5C7ED8. Grayscale: #818181. Windows color (decimal): -6061785 or 2589091. OLE color: 2589091.
HSL color Cylindrical-coordinate representation of color #A38127: hue angle of 43.55º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A38127 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 39 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.36 |
| HSL | 43.55º | 0.61% | 0.4% | - |
| HSV(B) | 43.55º | 0.76% | 0.64% | - |
| XYZ | 23.32 | 23.63 | 5.25 | - |
| YUV | 128.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 39 | 0 | 0.21 | 0.76 | 0.36 | 43.55 | 0.61 | 0.4 |
| Hex | A3 | 81 | 27 | 0 | 15 | 4C | 24 | 2C | 3D | 28 |
| Octal | 243 | 201 | 47 | 0 | 25 | 114 | 44 | 54 | 75 | 50 |
| Binary | 10100011 | 10000001 | 100111 | 0 | 10101 | 1001100 | 100100 | 101100 | 111101 | 101000 |
Color Harmonies of #A38127
Complementary color
Monochromatic Colors of #A38127
Black with #A38127
Text Example
Text Example
White with #A38127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38127; }
p { color: rgb(163,129,39); }
H1.HeaderClassName
{
color: #A38127;
}
.AnyTagClassName
{
color: #A38127;
}
</style>
background-color css
<style>
a { background-color: #A38127; }
a { background-color: rgb(163,129,39); }
div.DivClassName
{
background-color: #A38127;
}
.BgClassName
{
background-color: #A38127;
}
</style>
border-color css
<style>
span { border-color: #A38127; }
span { border-color: rgb(163,129,39); }
td.TdClassName
{
border-color: #A38127;
}
.TagClassName
{
border-color: #A38127;
}
</style>