Shades of Hacienda #A28A27
Tints of Hacienda #A28A27
RGB
CMYK
RGB Variations
Color information
#A28A27 (or 0xA28A27) is known color: Hacienda. HEX triplet: A2, 8A and 27. RGB value is (162,138,39). Sum of RGB (Red+Green+Blue) = 162+138+39=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A27 is #5D75D8. Grayscale: #868686. Windows color (decimal): -6125017 or 2591394. OLE color: 2591394.
HSL color Cylindrical-coordinate representation of color #A28A27: hue angle of 48.29º 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 #A28A27 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 39 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.36 |
| HSL | 48.29º | 0.61% | 0.39% | - |
| HSV(B) | 48.29º | 0.76% | 0.64% | - |
| XYZ | 24.35 | 26 | 5.66 | - |
| YUV | 133.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 39 | 0 | 0.15 | 0.76 | 0.36 | 48.29 | 0.61 | 0.39 |
| Hex | A2 | 8A | 27 | 0 | F | 4C | 24 | 30 | 3D | 27 |
| Octal | 242 | 212 | 47 | 0 | 17 | 114 | 44 | 60 | 75 | 47 |
| Binary | 10100010 | 10001010 | 100111 | 0 | 1111 | 1001100 | 100100 | 110000 | 111101 | 100111 |
Color Harmonies of #A28A27
Complementary color
Monochromatic Colors of #A28A27
Black with #A28A27
Text Example
Text Example
White with #A28A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A27; }
p { color: rgb(162,138,39); }
H1.HeaderClassName
{
color: #A28A27;
}
.AnyTagClassName
{
color: #A28A27;
}
</style>
background-color css
<style>
a { background-color: #A28A27; }
a { background-color: rgb(162,138,39); }
div.DivClassName
{
background-color: #A28A27;
}
.BgClassName
{
background-color: #A28A27;
}
</style>
border-color css
<style>
span { border-color: #A28A27; }
span { border-color: rgb(162,138,39); }
td.TdClassName
{
border-color: #A28A27;
}
.TagClassName
{
border-color: #A28A27;
}
</style>