Shades of Hacienda #A38927
Tints of Hacienda #A38927
RGB
CMYK
RGB Variations
Color information
#A38927 (or 0xA38927) is known color: Hacienda. HEX triplet: A3, 89 and 27. RGB value is (163,137,39). Sum of RGB (Red+Green+Blue) = 163+137+39=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A38927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38927 is #5C76D8. Grayscale: #868686. Windows color (decimal): -6059737 or 2591139. OLE color: 2591139.
HSL color Cylindrical-coordinate representation of color #A38927: hue angle of 47.42º 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 #A38927 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 39 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.36 |
| HSL | 47.42º | 0.61% | 0.4% | - |
| HSV(B) | 47.42º | 0.76% | 0.64% | - |
| XYZ | 24.42 | 25.82 | 5.62 | - |
| YUV | 133.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 39 | 0 | 0.16 | 0.76 | 0.36 | 47.42 | 0.61 | 0.4 |
| Hex | A3 | 89 | 27 | 0 | 10 | 4C | 24 | 2F | 3D | 28 |
| Octal | 243 | 211 | 47 | 0 | 20 | 114 | 44 | 57 | 75 | 50 |
| Binary | 10100011 | 10001001 | 100111 | 0 | 10000 | 1001100 | 100100 | 101111 | 111101 | 101000 |
Color Harmonies of #A38927
Complementary color
Monochromatic Colors of #A38927
Black with #A38927
Text Example
Text Example
White with #A38927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38927; }
p { color: rgb(163,137,39); }
H1.HeaderClassName
{
color: #A38927;
}
.AnyTagClassName
{
color: #A38927;
}
</style>
background-color css
<style>
a { background-color: #A38927; }
a { background-color: rgb(163,137,39); }
div.DivClassName
{
background-color: #A38927;
}
.BgClassName
{
background-color: #A38927;
}
</style>
border-color css
<style>
span { border-color: #A38927; }
span { border-color: rgb(163,137,39); }
td.TdClassName
{
border-color: #A38927;
}
.TagClassName
{
border-color: #A38927;
}
</style>