Shades of Hacienda #A37C1B
Tints of Hacienda #A37C1B
RGB
CMYK
RGB Variations
Color information
#A37C1B (or 0xA37C1B) is known color: Hacienda. HEX triplet: A3, 7C and 1B. RGB value is (163,124,27). Sum of RGB (Red+Green+Blue) = 163+124+27=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C1B is #5C83E4. Grayscale: #7D7D7D. Windows color (decimal): -6063077 or 1801379. OLE color: 1801379.
HSL color Cylindrical-coordinate representation of color #A37C1B: hue angle of 42.79º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A37C1B is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 27 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.36 |
| HSL | 42.79º | 0.72% | 0.37% | - |
| HSV(B) | 42.79º | 0.83% | 0.64% | - |
| XYZ | 22.51 | 22.28 | 4.15 | - |
| YUV | 124.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 27 | 0 | 0.24 | 0.83 | 0.36 | 42.79 | 0.72 | 0.37 |
| Hex | A3 | 7C | 1B | 0 | 18 | 53 | 24 | 2B | 48 | 25 |
| Octal | 243 | 174 | 33 | 0 | 30 | 123 | 44 | 53 | 110 | 45 |
| Binary | 10100011 | 1111100 | 11011 | 0 | 11000 | 1010011 | 100100 | 101011 | 1001000 | 100101 |
Color Harmonies of #A37C1B
Complementary color
Monochromatic Colors of #A37C1B
Black with #A37C1B
Text Example
Text Example
White with #A37C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C1B; }
p { color: rgb(163,124,27); }
H1.HeaderClassName
{
color: #A37C1B;
}
.AnyTagClassName
{
color: #A37C1B;
}
</style>
background-color css
<style>
a { background-color: #A37C1B; }
a { background-color: rgb(163,124,27); }
div.DivClassName
{
background-color: #A37C1B;
}
.BgClassName
{
background-color: #A37C1B;
}
</style>
border-color css
<style>
span { border-color: #A37C1B; }
span { border-color: rgb(163,124,27); }
td.TdClassName
{
border-color: #A37C1B;
}
.TagClassName
{
border-color: #A37C1B;
}
</style>