Shades of Hacienda #A38513
Tints of Hacienda #A38513
RGB
CMYK
RGB Variations
Color information
#A38513 (or 0xA38513) is known color: Hacienda. HEX triplet: A3, 85 and 13. RGB value is (163,133,19). Sum of RGB (Red+Green+Blue) = 163+133+19=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A38513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38513 is #5C7AEC. Grayscale: #818181. Windows color (decimal): -6060781 or 1279395. OLE color: 1279395.
HSL color Cylindrical-coordinate representation of color #A38513: hue angle of 47.5º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A38513 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 19 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.36 |
| HSL | 47.5º | 0.79% | 0.36% | - |
| HSV(B) | 47.5º | 0.88% | 0.64% | - |
| XYZ | 23.61 | 24.61 | 4.12 | - |
| YUV | 128.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 19 | 0 | 0.18 | 0.88 | 0.36 | 47.5 | 0.79 | 0.36 |
| Hex | A3 | 85 | 13 | 0 | 12 | 58 | 24 | 30 | 4F | 24 |
| Octal | 243 | 205 | 23 | 0 | 22 | 130 | 44 | 60 | 117 | 44 |
| Binary | 10100011 | 10000101 | 10011 | 0 | 10010 | 1011000 | 100100 | 110000 | 1001111 | 100100 |
Color Harmonies of #A38513
Complementary color
Monochromatic Colors of #A38513
Black with #A38513
Text Example
Text Example
White with #A38513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38513; }
p { color: rgb(163,133,19); }
H1.HeaderClassName
{
color: #A38513;
}
.AnyTagClassName
{
color: #A38513;
}
</style>
background-color css
<style>
a { background-color: #A38513; }
a { background-color: rgb(163,133,19); }
div.DivClassName
{
background-color: #A38513;
}
.BgClassName
{
background-color: #A38513;
}
</style>
border-color css
<style>
span { border-color: #A38513; }
span { border-color: rgb(163,133,19); }
td.TdClassName
{
border-color: #A38513;
}
.TagClassName
{
border-color: #A38513;
}
</style>