Shades of Hacienda #A27B27
Tints of Hacienda #A27B27
RGB
CMYK
RGB Variations
Color information
#A27B27 (or 0xA27B27) is known color: Hacienda. HEX triplet: A2, 7B and 27. RGB value is (162,123,39). Sum of RGB (Red+Green+Blue) = 162+123+39=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B27 is #5D84D8. Grayscale: #7D7D7D. Windows color (decimal): -6128857 or 2587554. OLE color: 2587554.
HSL color Cylindrical-coordinate representation of color #A27B27: hue angle of 40.98º 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 #A27B27 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 39 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.36 |
| HSL | 40.98º | 0.61% | 0.39% | - |
| HSV(B) | 40.98º | 0.76% | 0.64% | - |
| XYZ | 22.35 | 21.99 | 4.99 | - |
| YUV | 125.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 39 | 0 | 0.24 | 0.76 | 0.36 | 40.98 | 0.61 | 0.39 |
| Hex | A2 | 7B | 27 | 0 | 18 | 4C | 24 | 29 | 3D | 27 |
| Octal | 242 | 173 | 47 | 0 | 30 | 114 | 44 | 51 | 75 | 47 |
| Binary | 10100010 | 1111011 | 100111 | 0 | 11000 | 1001100 | 100100 | 101001 | 111101 | 100111 |
Color Harmonies of #A27B27
Complementary color
Monochromatic Colors of #A27B27
Black with #A27B27
Text Example
Text Example
White with #A27B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B27; }
p { color: rgb(162,123,39); }
H1.HeaderClassName
{
color: #A27B27;
}
.AnyTagClassName
{
color: #A27B27;
}
</style>
background-color css
<style>
a { background-color: #A27B27; }
a { background-color: rgb(162,123,39); }
div.DivClassName
{
background-color: #A27B27;
}
.BgClassName
{
background-color: #A27B27;
}
</style>
border-color css
<style>
span { border-color: #A27B27; }
span { border-color: rgb(162,123,39); }
td.TdClassName
{
border-color: #A27B27;
}
.TagClassName
{
border-color: #A27B27;
}
</style>