Shades of Hacienda #A48724
Tints of Hacienda #A48724
RGB
CMYK
RGB Variations
Color information
#A48724 (or 0xA48724) is known color: Hacienda. HEX triplet: A4, 87 and 24. RGB value is (164,135,36). Sum of RGB (Red+Green+Blue) = 164+135+36=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A48724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48724 is #5B78DB. Grayscale: #848484. Windows color (decimal): -5994716 or 2394020. OLE color: 2394020.
HSL color Cylindrical-coordinate representation of color #A48724: hue angle of 46.41º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A48724 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 36 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.36 |
| HSL | 46.41º | 0.64% | 0.39% | - |
| HSV(B) | 46.41º | 0.78% | 0.64% | - |
| XYZ | 24.29 | 25.35 | 5.28 | - |
| YUV | 132.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 36 | 0 | 0.18 | 0.78 | 0.36 | 46.41 | 0.64 | 0.39 |
| Hex | A4 | 87 | 24 | 0 | 12 | 4E | 24 | 2E | 40 | 27 |
| Octal | 244 | 207 | 44 | 0 | 22 | 116 | 44 | 56 | 100 | 47 |
| Binary | 10100100 | 10000111 | 100100 | 0 | 10010 | 1001110 | 100100 | 101110 | 1000000 | 100111 |
Color Harmonies of #A48724
Complementary color
Monochromatic Colors of #A48724
Black with #A48724
Text Example
Text Example
White with #A48724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48724; }
p { color: rgb(164,135,36); }
H1.HeaderClassName
{
color: #A48724;
}
.AnyTagClassName
{
color: #A48724;
}
</style>
background-color css
<style>
a { background-color: #A48724; }
a { background-color: rgb(164,135,36); }
div.DivClassName
{
background-color: #A48724;
}
.BgClassName
{
background-color: #A48724;
}
</style>
border-color css
<style>
span { border-color: #A48724; }
span { border-color: rgb(164,135,36); }
td.TdClassName
{
border-color: #A48724;
}
.TagClassName
{
border-color: #A48724;
}
</style>