Shades of Hacienda #AE851E
Tints of Hacienda #AE851E
RGB
CMYK
RGB Variations
Color information
#AE851E (or 0xAE851E) is known color: Hacienda. HEX triplet: AE, 85 and 1E. RGB value is (174,133,30). Sum of RGB (Red+Green+Blue) = 174+133+30=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE851E is #517AE1. Grayscale: #858585. Windows color (decimal): -5339874 or 2000302. OLE color: 2000302.
HSL color Cylindrical-coordinate representation of color #AE851E: hue angle of 42.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE851E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 30 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.32 |
| HSL | 42.92º | 0.71% | 0.4% | - |
| HSV(B) | 42.92º | 0.83% | 0.68% | - |
| XYZ | 26.08 | 25.87 | 4.85 | - |
| YUV | 133.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 30 | 0 | 0.24 | 0.83 | 0.32 | 42.92 | 0.71 | 0.4 |
| Hex | AE | 85 | 1E | 0 | 18 | 53 | 20 | 2B | 47 | 28 |
| Octal | 256 | 205 | 36 | 0 | 30 | 123 | 40 | 53 | 107 | 50 |
| Binary | 10101110 | 10000101 | 11110 | 0 | 11000 | 1010011 | 100000 | 101011 | 1000111 | 101000 |
Color Harmonies of #AE851E
Complementary color
Monochromatic Colors of #AE851E
Black with #AE851E
Text Example
Text Example
White with #AE851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE851E; }
p { color: rgb(174,133,30); }
H1.HeaderClassName
{
color: #AE851E;
}
.AnyTagClassName
{
color: #AE851E;
}
</style>
background-color css
<style>
a { background-color: #AE851E; }
a { background-color: rgb(174,133,30); }
div.DivClassName
{
background-color: #AE851E;
}
.BgClassName
{
background-color: #AE851E;
}
</style>
border-color css
<style>
span { border-color: #AE851E; }
span { border-color: rgb(174,133,30); }
td.TdClassName
{
border-color: #AE851E;
}
.TagClassName
{
border-color: #AE851E;
}
</style>