Shades of Hacienda #AA851B
Tints of Hacienda #AA851B
RGB
CMYK
RGB Variations
Color information
#AA851B (or 0xAA851B) is known color: Hacienda. HEX triplet: AA, 85 and 1B. RGB value is (170,133,27). Sum of RGB (Red+Green+Blue) = 170+133+27=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA851B is #557AE4. Grayscale: #848484. Windows color (decimal): -5602021 or 1803690. OLE color: 1803690.
HSL color Cylindrical-coordinate representation of color #AA851B: hue angle of 44.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA851B is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 27 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.33 |
| HSL | 44.48º | 0.73% | 0.39% | - |
| HSV(B) | 44.48º | 0.84% | 0.67% | - |
| XYZ | 25.16 | 25.4 | 4.61 | - |
| YUV | 131.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 27 | 0 | 0.22 | 0.84 | 0.33 | 44.48 | 0.73 | 0.39 |
| Hex | AA | 85 | 1B | 0 | 16 | 54 | 21 | 2C | 49 | 27 |
| Octal | 252 | 205 | 33 | 0 | 26 | 124 | 41 | 54 | 111 | 47 |
| Binary | 10101010 | 10000101 | 11011 | 0 | 10110 | 1010100 | 100001 | 101100 | 1001001 | 100111 |
Color Harmonies of #AA851B
Complementary color
Monochromatic Colors of #AA851B
Black with #AA851B
Text Example
Text Example
White with #AA851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA851B; }
p { color: rgb(170,133,27); }
H1.HeaderClassName
{
color: #AA851B;
}
.AnyTagClassName
{
color: #AA851B;
}
</style>
background-color css
<style>
a { background-color: #AA851B; }
a { background-color: rgb(170,133,27); }
div.DivClassName
{
background-color: #AA851B;
}
.BgClassName
{
background-color: #AA851B;
}
</style>
border-color css
<style>
span { border-color: #AA851B; }
span { border-color: rgb(170,133,27); }
td.TdClassName
{
border-color: #AA851B;
}
.TagClassName
{
border-color: #AA851B;
}
</style>