Shades of Hacienda #A27B1E
Tints of Hacienda #A27B1E
RGB
CMYK
RGB Variations
Color information
#A27B1E (or 0xA27B1E) is known color: Hacienda. HEX triplet: A2, 7B and 1E. RGB value is (162,123,30). Sum of RGB (Red+Green+Blue) = 162+123+30=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B1E is #5D84E1. Grayscale: #7C7C7C. Windows color (decimal): -6128866 or 1997730. OLE color: 1997730.
HSL color Cylindrical-coordinate representation of color #A27B1E: hue angle of 42.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A27B1E is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 30 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.36 |
| HSL | 42.27º | 0.69% | 0.38% | - |
| HSV(B) | 42.27º | 0.81% | 0.64% | - |
| XYZ | 22.22 | 21.94 | 4.29 | - |
| YUV | 124.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 30 | 0 | 0.24 | 0.81 | 0.36 | 42.27 | 0.69 | 0.38 |
| Hex | A2 | 7B | 1E | 0 | 18 | 51 | 24 | 2A | 45 | 26 |
| Octal | 242 | 173 | 36 | 0 | 30 | 121 | 44 | 52 | 105 | 46 |
| Binary | 10100010 | 1111011 | 11110 | 0 | 11000 | 1010001 | 100100 | 101010 | 1000101 | 100110 |
Color Harmonies of #A27B1E
Complementary color
Monochromatic Colors of #A27B1E
Black with #A27B1E
Text Example
Text Example
White with #A27B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B1E; }
p { color: rgb(162,123,30); }
H1.HeaderClassName
{
color: #A27B1E;
}
.AnyTagClassName
{
color: #A27B1E;
}
</style>
background-color css
<style>
a { background-color: #A27B1E; }
a { background-color: rgb(162,123,30); }
div.DivClassName
{
background-color: #A27B1E;
}
.BgClassName
{
background-color: #A27B1E;
}
</style>
border-color css
<style>
span { border-color: #A27B1E; }
span { border-color: rgb(162,123,30); }
td.TdClassName
{
border-color: #A27B1E;
}
.TagClassName
{
border-color: #A27B1E;
}
</style>