Shades of Hacienda #A48A27
Tints of Hacienda #A48A27
RGB
CMYK
RGB Variations
Color information
#A48A27 (or 0xA48A27) is known color: Hacienda. HEX triplet: A4, 8A and 27. RGB value is (164,138,39). Sum of RGB (Red+Green+Blue) = 164+138+39=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A27 is #5B75D8. Grayscale: #868686. Windows color (decimal): -5993945 or 2591396. OLE color: 2591396.
HSL color Cylindrical-coordinate representation of color #A48A27: hue angle of 47.52º degrees, saturation: 0.62, 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 #A48A27 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 39 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.36 |
| HSL | 47.52º | 0.62% | 0.4% | - |
| HSV(B) | 47.52º | 0.76% | 0.64% | - |
| XYZ | 24.76 | 26.22 | 5.67 | - |
| YUV | 134.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 39 | 0 | 0.16 | 0.76 | 0.36 | 47.52 | 0.62 | 0.4 |
| Hex | A4 | 8A | 27 | 0 | 10 | 4C | 24 | 30 | 3E | 28 |
| Octal | 244 | 212 | 47 | 0 | 20 | 114 | 44 | 60 | 76 | 50 |
| Binary | 10100100 | 10001010 | 100111 | 0 | 10000 | 1001100 | 100100 | 110000 | 111110 | 101000 |
Color Harmonies of #A48A27
Complementary color
Monochromatic Colors of #A48A27
Black with #A48A27
Text Example
Text Example
White with #A48A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A27; }
p { color: rgb(164,138,39); }
H1.HeaderClassName
{
color: #A48A27;
}
.AnyTagClassName
{
color: #A48A27;
}
</style>
background-color css
<style>
a { background-color: #A48A27; }
a { background-color: rgb(164,138,39); }
div.DivClassName
{
background-color: #A48A27;
}
.BgClassName
{
background-color: #A48A27;
}
</style>
border-color css
<style>
span { border-color: #A48A27; }
span { border-color: rgb(164,138,39); }
td.TdClassName
{
border-color: #A48A27;
}
.TagClassName
{
border-color: #A48A27;
}
</style>