Shades of Hacienda #AE811F
Tints of Hacienda #AE811F
RGB
CMYK
RGB Variations
Color information
#AE811F (or 0xAE811F) is known color: Hacienda. HEX triplet: AE, 81 and 1F. RGB value is (174,129,31). Sum of RGB (Red+Green+Blue) = 174+129+31=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE811F is #517EE0. Grayscale: #838383. Windows color (decimal): -5340897 or 2064814. OLE color: 2064814.
HSL color Cylindrical-coordinate representation of color #AE811F: hue angle of 41.12º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE811F is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 31 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.32 |
| HSL | 41.12º | 0.7% | 0.4% | - |
| HSV(B) | 41.12º | 0.82% | 0.68% | - |
| XYZ | 25.55 | 24.8 | 4.74 | - |
| YUV | 131.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 31 | 0 | 0.26 | 0.82 | 0.32 | 41.12 | 0.7 | 0.4 |
| Hex | AE | 81 | 1F | 0 | 1A | 52 | 20 | 29 | 46 | 28 |
| Octal | 256 | 201 | 37 | 0 | 32 | 122 | 40 | 51 | 106 | 50 |
| Binary | 10101110 | 10000001 | 11111 | 0 | 11010 | 1010010 | 100000 | 101001 | 1000110 | 101000 |
Color Harmonies of #AE811F
Complementary color
Monochromatic Colors of #AE811F
Black with #AE811F
Text Example
Text Example
White with #AE811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE811F; }
p { color: rgb(174,129,31); }
H1.HeaderClassName
{
color: #AE811F;
}
.AnyTagClassName
{
color: #AE811F;
}
</style>
background-color css
<style>
a { background-color: #AE811F; }
a { background-color: rgb(174,129,31); }
div.DivClassName
{
background-color: #AE811F;
}
.BgClassName
{
background-color: #AE811F;
}
</style>
border-color css
<style>
span { border-color: #AE811F; }
span { border-color: rgb(174,129,31); }
td.TdClassName
{
border-color: #AE811F;
}
.TagClassName
{
border-color: #AE811F;
}
</style>