Shades of Hacienda #A38520
Tints of Hacienda #A38520
RGB
CMYK
RGB Variations
Color information
#A38520 (or 0xA38520) is known color: Hacienda. HEX triplet: A3, 85 and 20. RGB value is (163,133,32). Sum of RGB (Red+Green+Blue) = 163+133+32=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A38520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38520 is #5C7ADF. Grayscale: #828282. Windows color (decimal): -6060768 or 2131363. OLE color: 2131363.
HSL color Cylindrical-coordinate representation of color #A38520: hue angle of 46.26º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A38520 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 32 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.36 |
| HSL | 46.26º | 0.67% | 0.38% | - |
| HSV(B) | 46.26º | 0.8% | 0.64% | - |
| XYZ | 23.75 | 24.67 | 4.88 | - |
| YUV | 130.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 32 | 0 | 0.18 | 0.80 | 0.36 | 46.26 | 0.67 | 0.38 |
| Hex | A3 | 85 | 20 | 0 | 12 | 50 | 24 | 2E | 43 | 26 |
| Octal | 243 | 205 | 40 | 0 | 22 | 120 | 44 | 56 | 103 | 46 |
| Binary | 10100011 | 10000101 | 100000 | 0 | 10010 | 1010000 | 100100 | 101110 | 1000011 | 100110 |
Color Harmonies of #A38520
Complementary color
Monochromatic Colors of #A38520
Black with #A38520
Text Example
Text Example
White with #A38520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38520; }
p { color: rgb(163,133,32); }
H1.HeaderClassName
{
color: #A38520;
}
.AnyTagClassName
{
color: #A38520;
}
</style>
background-color css
<style>
a { background-color: #A38520; }
a { background-color: rgb(163,133,32); }
div.DivClassName
{
background-color: #A38520;
}
.BgClassName
{
background-color: #A38520;
}
</style>
border-color css
<style>
span { border-color: #A38520; }
span { border-color: rgb(163,133,32); }
td.TdClassName
{
border-color: #A38520;
}
.TagClassName
{
border-color: #A38520;
}
</style>