Shades of Hacienda #A28227
Tints of Hacienda #A28227
RGB
CMYK
RGB Variations
Color information
#A28227 (or 0xA28227) is known color: Hacienda. HEX triplet: A2, 82 and 27. RGB value is (162,130,39). Sum of RGB (Red+Green+Blue) = 162+130+39=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A28227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28227 is #5D7DD8. Grayscale: #818181. Windows color (decimal): -6127065 or 2589346. OLE color: 2589346.
HSL color Cylindrical-coordinate representation of color #A28227: hue angle of 44.39º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A28227 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 39 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.36 |
| HSL | 44.39º | 0.61% | 0.39% | - |
| HSV(B) | 44.39º | 0.76% | 0.64% | - |
| XYZ | 23.25 | 23.79 | 5.29 | - |
| YUV | 129.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 39 | 0 | 0.20 | 0.76 | 0.36 | 44.39 | 0.61 | 0.39 |
| Hex | A2 | 82 | 27 | 0 | 14 | 4C | 24 | 2C | 3D | 27 |
| Octal | 242 | 202 | 47 | 0 | 24 | 114 | 44 | 54 | 75 | 47 |
| Binary | 10100010 | 10000010 | 100111 | 0 | 10100 | 1001100 | 100100 | 101100 | 111101 | 100111 |
Color Harmonies of #A28227
Complementary color
Monochromatic Colors of #A28227
Black with #A28227
Text Example
Text Example
White with #A28227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28227; }
p { color: rgb(162,130,39); }
H1.HeaderClassName
{
color: #A28227;
}
.AnyTagClassName
{
color: #A28227;
}
</style>
background-color css
<style>
a { background-color: #A28227; }
a { background-color: rgb(162,130,39); }
div.DivClassName
{
background-color: #A28227;
}
.BgClassName
{
background-color: #A28227;
}
</style>
border-color css
<style>
span { border-color: #A28227; }
span { border-color: rgb(162,130,39); }
td.TdClassName
{
border-color: #A28227;
}
.TagClassName
{
border-color: #A28227;
}
</style>