Shades of Hacienda #A38D1E
Tints of Hacienda #A38D1E
RGB
CMYK
RGB Variations
Color information
#A38D1E (or 0xA38D1E) is known color: Hacienda. HEX triplet: A3, 8D and 1E. RGB value is (163,141,30). Sum of RGB (Red+Green+Blue) = 163+141+30=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D1E is #5C72E1. Grayscale: #878787. Windows color (decimal): -6058722 or 2002339. OLE color: 2002339.
HSL color Cylindrical-coordinate representation of color #A38D1E: hue angle of 50.08º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A38D1E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 30 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.36 |
| HSL | 50.08º | 0.69% | 0.38% | - |
| HSV(B) | 50.08º | 0.82% | 0.64% | - |
| XYZ | 24.86 | 26.93 | 5.12 | - |
| YUV | 134.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 30 | 0 | 0.13 | 0.82 | 0.36 | 50.08 | 0.69 | 0.38 |
| Hex | A3 | 8D | 1E | 0 | D | 52 | 24 | 32 | 45 | 26 |
| Octal | 243 | 215 | 36 | 0 | 15 | 122 | 44 | 62 | 105 | 46 |
| Binary | 10100011 | 10001101 | 11110 | 0 | 1101 | 1010010 | 100100 | 110010 | 1000101 | 100110 |
Color Harmonies of #A38D1E
Complementary color
Monochromatic Colors of #A38D1E
Black with #A38D1E
Text Example
Text Example
White with #A38D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D1E; }
p { color: rgb(163,141,30); }
H1.HeaderClassName
{
color: #A38D1E;
}
.AnyTagClassName
{
color: #A38D1E;
}
</style>
background-color css
<style>
a { background-color: #A38D1E; }
a { background-color: rgb(163,141,30); }
div.DivClassName
{
background-color: #A38D1E;
}
.BgClassName
{
background-color: #A38D1E;
}
</style>
border-color css
<style>
span { border-color: #A38D1E; }
span { border-color: rgb(163,141,30); }
td.TdClassName
{
border-color: #A38D1E;
}
.TagClassName
{
border-color: #A38D1E;
}
</style>