Shades of Hacienda #A27D27
Tints of Hacienda #A27D27
RGB
CMYK
RGB Variations
Color information
#A27D27 (or 0xA27D27) is known color: Hacienda. HEX triplet: A2, 7D and 27. RGB value is (162,125,39). Sum of RGB (Red+Green+Blue) = 162+125+39=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D27 is #5D82D8. Grayscale: #7E7E7E. Windows color (decimal): -6128345 or 2588066. OLE color: 2588066.
HSL color Cylindrical-coordinate representation of color #A27D27: hue angle of 41.95º 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 #A27D27 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 39 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.36 |
| HSL | 41.95º | 0.61% | 0.39% | - |
| HSV(B) | 41.95º | 0.76% | 0.64% | - |
| XYZ | 22.6 | 22.5 | 5.07 | - |
| YUV | 126.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 39 | 0 | 0.23 | 0.76 | 0.36 | 41.95 | 0.61 | 0.39 |
| Hex | A2 | 7D | 27 | 0 | 17 | 4C | 24 | 2A | 3D | 27 |
| Octal | 242 | 175 | 47 | 0 | 27 | 114 | 44 | 52 | 75 | 47 |
| Binary | 10100010 | 1111101 | 100111 | 0 | 10111 | 1001100 | 100100 | 101010 | 111101 | 100111 |
Color Harmonies of #A27D27
Complementary color
Monochromatic Colors of #A27D27
Black with #A27D27
Text Example
Text Example
White with #A27D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D27; }
p { color: rgb(162,125,39); }
H1.HeaderClassName
{
color: #A27D27;
}
.AnyTagClassName
{
color: #A27D27;
}
</style>
background-color css
<style>
a { background-color: #A27D27; }
a { background-color: rgb(162,125,39); }
div.DivClassName
{
background-color: #A27D27;
}
.BgClassName
{
background-color: #A27D27;
}
</style>
border-color css
<style>
span { border-color: #A27D27; }
span { border-color: rgb(162,125,39); }
td.TdClassName
{
border-color: #A27D27;
}
.TagClassName
{
border-color: #A27D27;
}
</style>