Shades of Hacienda #A28B27
Tints of Hacienda #A28B27
RGB
CMYK
RGB Variations
Color information
#A28B27 (or 0xA28B27) is known color: Hacienda. HEX triplet: A2, 8B and 27. RGB value is (162,139,39). Sum of RGB (Red+Green+Blue) = 162+139+39=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B27 is #5D74D8. Grayscale: #868686. Windows color (decimal): -6124761 or 2591650. OLE color: 2591650.
HSL color Cylindrical-coordinate representation of color #A28B27: hue angle of 48.78º 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 #A28B27 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 39 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.36 |
| HSL | 48.78º | 0.61% | 0.39% | - |
| HSV(B) | 48.78º | 0.76% | 0.64% | - |
| XYZ | 24.5 | 26.29 | 5.7 | - |
| YUV | 134.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 39 | 0 | 0.14 | 0.76 | 0.36 | 48.78 | 0.61 | 0.39 |
| Hex | A2 | 8B | 27 | 0 | E | 4C | 24 | 31 | 3D | 27 |
| Octal | 242 | 213 | 47 | 0 | 16 | 114 | 44 | 61 | 75 | 47 |
| Binary | 10100010 | 10001011 | 100111 | 0 | 1110 | 1001100 | 100100 | 110001 | 111101 | 100111 |
Color Harmonies of #A28B27
Complementary color
Monochromatic Colors of #A28B27
Black with #A28B27
Text Example
Text Example
White with #A28B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B27; }
p { color: rgb(162,139,39); }
H1.HeaderClassName
{
color: #A28B27;
}
.AnyTagClassName
{
color: #A28B27;
}
</style>
background-color css
<style>
a { background-color: #A28B27; }
a { background-color: rgb(162,139,39); }
div.DivClassName
{
background-color: #A28B27;
}
.BgClassName
{
background-color: #A28B27;
}
</style>
border-color css
<style>
span { border-color: #A28B27; }
span { border-color: rgb(162,139,39); }
td.TdClassName
{
border-color: #A28B27;
}
.TagClassName
{
border-color: #A28B27;
}
</style>