Shades of Hacienda #A28A11
Tints of Hacienda #A28A11
RGB
CMYK
RGB Variations
Color information
#A28A11 (or 0xA28A11) is known color: Hacienda. HEX triplet: A2, 8A and 11. RGB value is (162,138,17). Sum of RGB (Red+Green+Blue) = 162+138+17=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A11 is #5D75EE. Grayscale: #838383. Windows color (decimal): -6125039 or 1149602. OLE color: 1149602.
HSL color Cylindrical-coordinate representation of color #A28A11: hue angle of 50.07º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A28A11 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 17 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.36 |
| HSL | 50.07º | 0.81% | 0.35% | - |
| HSV(B) | 50.07º | 0.9% | 0.64% | - |
| XYZ | 24.09 | 25.9 | 4.26 | - |
| YUV | 131.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 17 | 0 | 0.15 | 0.90 | 0.36 | 50.07 | 0.81 | 0.35 |
| Hex | A2 | 8A | 11 | 0 | F | 5A | 24 | 32 | 51 | 23 |
| Octal | 242 | 212 | 21 | 0 | 17 | 132 | 44 | 62 | 121 | 43 |
| Binary | 10100010 | 10001010 | 10001 | 0 | 1111 | 1011010 | 100100 | 110010 | 1010001 | 100011 |
Color Harmonies of #A28A11
Complementary color
Monochromatic Colors of #A28A11
Black with #A28A11
Text Example
Text Example
White with #A28A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A11; }
p { color: rgb(162,138,17); }
H1.HeaderClassName
{
color: #A28A11;
}
.AnyTagClassName
{
color: #A28A11;
}
</style>
background-color css
<style>
a { background-color: #A28A11; }
a { background-color: rgb(162,138,17); }
div.DivClassName
{
background-color: #A28A11;
}
.BgClassName
{
background-color: #A28A11;
}
</style>
border-color css
<style>
span { border-color: #A28A11; }
span { border-color: rgb(162,138,17); }
td.TdClassName
{
border-color: #A28A11;
}
.TagClassName
{
border-color: #A28A11;
}
</style>