Shades of Hacienda #A28827
Tints of Hacienda #A28827
RGB
CMYK
RGB Variations
Color information
#A28827 (or 0xA28827) is known color: Hacienda. HEX triplet: A2, 88 and 27. RGB value is (162,136,39). Sum of RGB (Red+Green+Blue) = 162+136+39=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A28827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28827 is #5D77D8. Grayscale: #858585. Windows color (decimal): -6125529 or 2590882. OLE color: 2590882.
HSL color Cylindrical-coordinate representation of color #A28827: hue angle of 47.32º 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 #A28827 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 39 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.36 |
| HSL | 47.32º | 0.61% | 0.39% | - |
| HSV(B) | 47.32º | 0.76% | 0.64% | - |
| XYZ | 24.07 | 25.44 | 5.56 | - |
| YUV | 132.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 39 | 0 | 0.16 | 0.76 | 0.36 | 47.32 | 0.61 | 0.39 |
| Hex | A2 | 88 | 27 | 0 | 10 | 4C | 24 | 2F | 3D | 27 |
| Octal | 242 | 210 | 47 | 0 | 20 | 114 | 44 | 57 | 75 | 47 |
| Binary | 10100010 | 10001000 | 100111 | 0 | 10000 | 1001100 | 100100 | 101111 | 111101 | 100111 |
Color Harmonies of #A28827
Complementary color
Monochromatic Colors of #A28827
Black with #A28827
Text Example
Text Example
White with #A28827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28827; }
p { color: rgb(162,136,39); }
H1.HeaderClassName
{
color: #A28827;
}
.AnyTagClassName
{
color: #A28827;
}
</style>
background-color css
<style>
a { background-color: #A28827; }
a { background-color: rgb(162,136,39); }
div.DivClassName
{
background-color: #A28827;
}
.BgClassName
{
background-color: #A28827;
}
</style>
border-color css
<style>
span { border-color: #A28827; }
span { border-color: rgb(162,136,39); }
td.TdClassName
{
border-color: #A28827;
}
.TagClassName
{
border-color: #A28827;
}
</style>