Shades of Hacienda #AA8023
Tints of Hacienda #AA8023
RGB
CMYK
RGB Variations
Color information
#AA8023 (or 0xAA8023) is known color: Hacienda. HEX triplet: AA, 80 and 23. RGB value is (170,128,35). Sum of RGB (Red+Green+Blue) = 170+128+35=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8023 is #557FDC. Grayscale: #828282. Windows color (decimal): -5603293 or 2326698. OLE color: 2326698.
HSL color Cylindrical-coordinate representation of color #AA8023: hue angle of 41.33º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA8023 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 35 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.33 |
| HSL | 41.33º | 0.66% | 0.4% | - |
| HSV(B) | 41.33º | 0.79% | 0.67% | - |
| XYZ | 24.6 | 24.11 | 4.95 | - |
| YUV | 129.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 35 | 0 | 0.25 | 0.79 | 0.33 | 41.33 | 0.66 | 0.4 |
| Hex | AA | 80 | 23 | 0 | 19 | 4F | 21 | 29 | 42 | 28 |
| Octal | 252 | 200 | 43 | 0 | 31 | 117 | 41 | 51 | 102 | 50 |
| Binary | 10101010 | 10000000 | 100011 | 0 | 11001 | 1001111 | 100001 | 101001 | 1000010 | 101000 |
Color Harmonies of #AA8023
Complementary color
Monochromatic Colors of #AA8023
Black with #AA8023
Text Example
Text Example
White with #AA8023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8023; }
p { color: rgb(170,128,35); }
H1.HeaderClassName
{
color: #AA8023;
}
.AnyTagClassName
{
color: #AA8023;
}
</style>
background-color css
<style>
a { background-color: #AA8023; }
a { background-color: rgb(170,128,35); }
div.DivClassName
{
background-color: #AA8023;
}
.BgClassName
{
background-color: #AA8023;
}
</style>
border-color css
<style>
span { border-color: #AA8023; }
span { border-color: rgb(170,128,35); }
td.TdClassName
{
border-color: #AA8023;
}
.TagClassName
{
border-color: #AA8023;
}
</style>