Shades of Hacienda #A38B15
Tints of Hacienda #A38B15
RGB
CMYK
RGB Variations
Color information
#A38B15 (or 0xA38B15) is known color: Hacienda. HEX triplet: A3, 8B and 15. RGB value is (163,139,21). Sum of RGB (Red+Green+Blue) = 163+139+21=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38B15 is #5C74EA. Grayscale: #858585. Windows color (decimal): -6059243 or 1412003. OLE color: 1412003.
HSL color Cylindrical-coordinate representation of color #A38B15: hue angle of 49.86º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A38B15 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 139 | 21 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.36 |
| HSL | 49.86º | 0.77% | 0.36% | - |
| HSV(B) | 49.86º | 0.87% | 0.64% | - |
| XYZ | 24.47 | 26.31 | 4.5 | - |
| YUV | 132.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 21 | 0 | 0.15 | 0.87 | 0.36 | 49.86 | 0.77 | 0.36 |
| Hex | A3 | 8B | 15 | 0 | F | 57 | 24 | 32 | 4D | 24 |
| Octal | 243 | 213 | 25 | 0 | 17 | 127 | 44 | 62 | 115 | 44 |
| Binary | 10100011 | 10001011 | 10101 | 0 | 1111 | 1010111 | 100100 | 110010 | 1001101 | 100100 |
Color Harmonies of #A38B15
Complementary color
Monochromatic Colors of #A38B15
Black with #A38B15
Text Example
Text Example
White with #A38B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38B15; }
p { color: rgb(163,139,21); }
H1.HeaderClassName
{
color: #A38B15;
}
.AnyTagClassName
{
color: #A38B15;
}
</style>
background-color css
<style>
a { background-color: #A38B15; }
a { background-color: rgb(163,139,21); }
div.DivClassName
{
background-color: #A38B15;
}
.BgClassName
{
background-color: #A38B15;
}
</style>
border-color css
<style>
span { border-color: #A38B15; }
span { border-color: rgb(163,139,21); }
td.TdClassName
{
border-color: #A38B15;
}
.TagClassName
{
border-color: #A38B15;
}
</style>