Shades of Hacienda #A38D26
Tints of Hacienda #A38D26
RGB
CMYK
RGB Variations
Color information
#A38D26 (or 0xA38D26) is known color: Hacienda. HEX triplet: A3, 8D and 26. RGB value is (163,141,38). Sum of RGB (Red+Green+Blue) = 163+141+38=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D26 is #5C72D9. Grayscale: #888888. Windows color (decimal): -6058714 or 2526627. OLE color: 2526627.
HSL color Cylindrical-coordinate representation of color #A38D26: hue angle of 49.44º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A38D26 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 38 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.36 |
| HSL | 49.44º | 0.62% | 0.39% | - |
| HSV(B) | 49.44º | 0.77% | 0.64% | - |
| XYZ | 24.98 | 26.98 | 5.72 | - |
| YUV | 135.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 38 | 0 | 0.13 | 0.77 | 0.36 | 49.44 | 0.62 | 0.39 |
| Hex | A3 | 8D | 26 | 0 | D | 4D | 24 | 31 | 3E | 27 |
| Octal | 243 | 215 | 46 | 0 | 15 | 115 | 44 | 61 | 76 | 47 |
| Binary | 10100011 | 10001101 | 100110 | 0 | 1101 | 1001101 | 100100 | 110001 | 111110 | 100111 |
Color Harmonies of #A38D26
Complementary color
Monochromatic Colors of #A38D26
Black with #A38D26
Text Example
Text Example
White with #A38D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D26; }
p { color: rgb(163,141,38); }
H1.HeaderClassName
{
color: #A38D26;
}
.AnyTagClassName
{
color: #A38D26;
}
</style>
background-color css
<style>
a { background-color: #A38D26; }
a { background-color: rgb(163,141,38); }
div.DivClassName
{
background-color: #A38D26;
}
.BgClassName
{
background-color: #A38D26;
}
</style>
border-color css
<style>
span { border-color: #A38D26; }
span { border-color: rgb(163,141,38); }
td.TdClassName
{
border-color: #A38D26;
}
.TagClassName
{
border-color: #A38D26;
}
</style>