Shades of Hacienda #AE8524
Tints of Hacienda #AE8524
RGB
CMYK
RGB Variations
Color information
#AE8524 (or 0xAE8524) is known color: Hacienda. HEX triplet: AE, 85 and 24. RGB value is (174,133,36). Sum of RGB (Red+Green+Blue) = 174+133+36=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8524 is #517ADB. Grayscale: #868686. Windows color (decimal): -5339868 or 2393518. OLE color: 2393518.
HSL color Cylindrical-coordinate representation of color #AE8524: hue angle of 42.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE8524 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 36 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.32 |
| HSL | 42.17º | 0.66% | 0.41% | - |
| HSV(B) | 42.17º | 0.79% | 0.68% | - |
| XYZ | 26.16 | 25.9 | 5.29 | - |
| YUV | 134.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 36 | 0 | 0.24 | 0.79 | 0.32 | 42.17 | 0.66 | 0.41 |
| Hex | AE | 85 | 24 | 0 | 18 | 4F | 20 | 2A | 42 | 29 |
| Octal | 256 | 205 | 44 | 0 | 30 | 117 | 40 | 52 | 102 | 51 |
| Binary | 10101110 | 10000101 | 100100 | 0 | 11000 | 1001111 | 100000 | 101010 | 1000010 | 101001 |
Color Harmonies of #AE8524
Complementary color
Monochromatic Colors of #AE8524
Black with #AE8524
Text Example
Text Example
White with #AE8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8524; }
p { color: rgb(174,133,36); }
H1.HeaderClassName
{
color: #AE8524;
}
.AnyTagClassName
{
color: #AE8524;
}
</style>
background-color css
<style>
a { background-color: #AE8524; }
a { background-color: rgb(174,133,36); }
div.DivClassName
{
background-color: #AE8524;
}
.BgClassName
{
background-color: #AE8524;
}
</style>
border-color css
<style>
span { border-color: #AE8524; }
span { border-color: rgb(174,133,36); }
td.TdClassName
{
border-color: #AE8524;
}
.TagClassName
{
border-color: #AE8524;
}
</style>