Shades of Hacienda #A37F2B
Tints of Hacienda #A37F2B
RGB
CMYK
RGB Variations
Color information
#A37F2B (or 0xA37F2B) is known color: Hacienda. HEX triplet: A3, 7F and 2B. RGB value is (163,127,43). Sum of RGB (Red+Green+Blue) = 163+127+43=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F2B is #5C80D4. Grayscale: #808080. Windows color (decimal): -6062293 or 2850723. OLE color: 2850723.
HSL color Cylindrical-coordinate representation of color #A37F2B: hue angle of 42º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A37F2B is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 43 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.36 |
| HSL | 42º | 0.58% | 0.4% | - |
| HSV(B) | 42º | 0.74% | 0.64% | - |
| XYZ | 23.13 | 23.14 | 5.53 | - |
| YUV | 128.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 43 | 0 | 0.22 | 0.74 | 0.36 | 42 | 0.58 | 0.4 |
| Hex | A3 | 7F | 2B | 0 | 16 | 4A | 24 | 2A | 3A | 28 |
| Octal | 243 | 177 | 53 | 0 | 26 | 112 | 44 | 52 | 72 | 50 |
| Binary | 10100011 | 1111111 | 101011 | 0 | 10110 | 1001010 | 100100 | 101010 | 111010 | 101000 |
Color Harmonies of #A37F2B
Complementary color
Monochromatic Colors of #A37F2B
Black with #A37F2B
Text Example
Text Example
White with #A37F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F2B; }
p { color: rgb(163,127,43); }
H1.HeaderClassName
{
color: #A37F2B;
}
.AnyTagClassName
{
color: #A37F2B;
}
</style>
background-color css
<style>
a { background-color: #A37F2B; }
a { background-color: rgb(163,127,43); }
div.DivClassName
{
background-color: #A37F2B;
}
.BgClassName
{
background-color: #A37F2B;
}
</style>
border-color css
<style>
span { border-color: #A37F2B; }
span { border-color: rgb(163,127,43); }
td.TdClassName
{
border-color: #A37F2B;
}
.TagClassName
{
border-color: #A37F2B;
}
</style>