Shades of Hacienda #AA811F
Tints of Hacienda #AA811F
RGB
CMYK
RGB Variations
Color information
#AA811F (or 0xAA811F) is known color: Hacienda. HEX triplet: AA, 81 and 1F. RGB value is (170,129,31). Sum of RGB (Red+Green+Blue) = 170+129+31=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA811F is #557EE0. Grayscale: #828282. Windows color (decimal): -5603041 or 2064810. OLE color: 2064810.
HSL color Cylindrical-coordinate representation of color #AA811F: hue angle of 42.3º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA811F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 31 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.33 |
| HSL | 42.3º | 0.69% | 0.39% | - |
| HSV(B) | 42.3º | 0.82% | 0.67% | - |
| XYZ | 24.68 | 24.35 | 4.69 | - |
| YUV | 130.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 31 | 0 | 0.24 | 0.82 | 0.33 | 42.3 | 0.69 | 0.39 |
| Hex | AA | 81 | 1F | 0 | 18 | 52 | 21 | 2A | 45 | 27 |
| Octal | 252 | 201 | 37 | 0 | 30 | 122 | 41 | 52 | 105 | 47 |
| Binary | 10101010 | 10000001 | 11111 | 0 | 11000 | 1010010 | 100001 | 101010 | 1000101 | 100111 |
Color Harmonies of #AA811F
Complementary color
Monochromatic Colors of #AA811F
Black with #AA811F
Text Example
Text Example
White with #AA811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA811F; }
p { color: rgb(170,129,31); }
H1.HeaderClassName
{
color: #AA811F;
}
.AnyTagClassName
{
color: #AA811F;
}
</style>
background-color css
<style>
a { background-color: #AA811F; }
a { background-color: rgb(170,129,31); }
div.DivClassName
{
background-color: #AA811F;
}
.BgClassName
{
background-color: #AA811F;
}
</style>
border-color css
<style>
span { border-color: #AA811F; }
span { border-color: rgb(170,129,31); }
td.TdClassName
{
border-color: #AA811F;
}
.TagClassName
{
border-color: #AA811F;
}
</style>