Shades of Hacienda #A28427
Tints of Hacienda #A28427
RGB
CMYK
RGB Variations
Color information
#A28427 (or 0xA28427) is known color: Hacienda. HEX triplet: A2, 84 and 27. RGB value is (162,132,39). Sum of RGB (Red+Green+Blue) = 162+132+39=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A28427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28427 is #5D7BD8. Grayscale: #828282. Windows color (decimal): -6126553 or 2589858. OLE color: 2589858.
HSL color Cylindrical-coordinate representation of color #A28427: hue angle of 45.37º 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 #A28427 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 39 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.36 |
| HSL | 45.37º | 0.61% | 0.39% | - |
| HSV(B) | 45.37º | 0.76% | 0.64% | - |
| XYZ | 23.52 | 24.33 | 5.38 | - |
| YUV | 130.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 39 | 0 | 0.19 | 0.76 | 0.36 | 45.37 | 0.61 | 0.39 |
| Hex | A2 | 84 | 27 | 0 | 13 | 4C | 24 | 2D | 3D | 27 |
| Octal | 242 | 204 | 47 | 0 | 23 | 114 | 44 | 55 | 75 | 47 |
| Binary | 10100010 | 10000100 | 100111 | 0 | 10011 | 1001100 | 100100 | 101101 | 111101 | 100111 |
Color Harmonies of #A28427
Complementary color
Monochromatic Colors of #A28427
Black with #A28427
Text Example
Text Example
White with #A28427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28427; }
p { color: rgb(162,132,39); }
H1.HeaderClassName
{
color: #A28427;
}
.AnyTagClassName
{
color: #A28427;
}
</style>
background-color css
<style>
a { background-color: #A28427; }
a { background-color: rgb(162,132,39); }
div.DivClassName
{
background-color: #A28427;
}
.BgClassName
{
background-color: #A28427;
}
</style>
border-color css
<style>
span { border-color: #A28427; }
span { border-color: rgb(162,132,39); }
td.TdClassName
{
border-color: #A28427;
}
.TagClassName
{
border-color: #A28427;
}
</style>