Shades of Hacienda #A38A27
Tints of Hacienda #A38A27
RGB
CMYK
RGB Variations
Color information
#A38A27 (or 0xA38A27) is known color: Hacienda. HEX triplet: A3, 8A and 27. RGB value is (163,138,39). Sum of RGB (Red+Green+Blue) = 163+138+39=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A27 is #5C75D8. Grayscale: #868686. Windows color (decimal): -6059481 or 2591395. OLE color: 2591395.
HSL color Cylindrical-coordinate representation of color #A38A27: hue angle of 47.9º 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 #A38A27 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 39 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.36 |
| HSL | 47.9º | 0.61% | 0.4% | - |
| HSV(B) | 47.9º | 0.76% | 0.64% | - |
| XYZ | 24.56 | 26.11 | 5.66 | - |
| YUV | 134.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 39 | 0 | 0.15 | 0.76 | 0.36 | 47.9 | 0.61 | 0.4 |
| Hex | A3 | 8A | 27 | 0 | F | 4C | 24 | 30 | 3D | 28 |
| Octal | 243 | 212 | 47 | 0 | 17 | 114 | 44 | 60 | 75 | 50 |
| Binary | 10100011 | 10001010 | 100111 | 0 | 1111 | 1001100 | 100100 | 110000 | 111101 | 101000 |
Color Harmonies of #A38A27
Complementary color
Monochromatic Colors of #A38A27
Black with #A38A27
Text Example
Text Example
White with #A38A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A27; }
p { color: rgb(163,138,39); }
H1.HeaderClassName
{
color: #A38A27;
}
.AnyTagClassName
{
color: #A38A27;
}
</style>
background-color css
<style>
a { background-color: #A38A27; }
a { background-color: rgb(163,138,39); }
div.DivClassName
{
background-color: #A38A27;
}
.BgClassName
{
background-color: #A38A27;
}
</style>
border-color css
<style>
span { border-color: #A38A27; }
span { border-color: rgb(163,138,39); }
td.TdClassName
{
border-color: #A38A27;
}
.TagClassName
{
border-color: #A38A27;
}
</style>