Shades of Hacienda #A37E2B
Tints of Hacienda #A37E2B
RGB
CMYK
RGB Variations
Color information
#A37E2B (or 0xA37E2B) is known color: Hacienda. HEX triplet: A3, 7E and 2B. RGB value is (163,126,43). Sum of RGB (Red+Green+Blue) = 163+126+43=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E2B is #5C81D4. Grayscale: #7F7F7F. Windows color (decimal): -6062549 or 2850467. OLE color: 2850467.
HSL color Cylindrical-coordinate representation of color #A37E2B: hue angle of 41.5º 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 #A37E2B is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 43 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.36 |
| HSL | 41.5º | 0.58% | 0.4% | - |
| HSV(B) | 41.5º | 0.74% | 0.64% | - |
| XYZ | 23 | 22.88 | 5.49 | - |
| YUV | 127.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 43 | 0 | 0.23 | 0.74 | 0.36 | 41.5 | 0.58 | 0.4 |
| Hex | A3 | 7E | 2B | 0 | 17 | 4A | 24 | 2A | 3A | 28 |
| Octal | 243 | 176 | 53 | 0 | 27 | 112 | 44 | 52 | 72 | 50 |
| Binary | 10100011 | 1111110 | 101011 | 0 | 10111 | 1001010 | 100100 | 101010 | 111010 | 101000 |
Color Harmonies of #A37E2B
Complementary color
Monochromatic Colors of #A37E2B
Black with #A37E2B
Text Example
Text Example
White with #A37E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E2B; }
p { color: rgb(163,126,43); }
H1.HeaderClassName
{
color: #A37E2B;
}
.AnyTagClassName
{
color: #A37E2B;
}
</style>
background-color css
<style>
a { background-color: #A37E2B; }
a { background-color: rgb(163,126,43); }
div.DivClassName
{
background-color: #A37E2B;
}
.BgClassName
{
background-color: #A37E2B;
}
</style>
border-color css
<style>
span { border-color: #A37E2B; }
span { border-color: rgb(163,126,43); }
td.TdClassName
{
border-color: #A37E2B;
}
.TagClassName
{
border-color: #A37E2B;
}
</style>