Shades of Hacienda #A38117
Tints of Hacienda #A38117
RGB
CMYK
RGB Variations
Color information
#A38117 (or 0xA38117) is known color: Hacienda. HEX triplet: A3, 81 and 17. RGB value is (163,129,23). Sum of RGB (Red+Green+Blue) = 163+129+23=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A38117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38117 is #5C7EE8. Grayscale: #7F7F7F. Windows color (decimal): -6061801 or 1540515. OLE color: 1540515.
HSL color Cylindrical-coordinate representation of color #A38117: hue angle of 45.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A38117 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 23 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.36 |
| HSL | 45.43º | 0.75% | 0.36% | - |
| HSV(B) | 45.43º | 0.86% | 0.64% | - |
| XYZ | 23.11 | 23.55 | 4.14 | - |
| YUV | 127.08 | 69.26 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 23 | 0 | 0.21 | 0.86 | 0.36 | 45.43 | 0.75 | 0.36 |
| Hex | A3 | 81 | 17 | 0 | 15 | 56 | 24 | 2D | 4B | 24 |
| Octal | 243 | 201 | 27 | 0 | 25 | 126 | 44 | 55 | 113 | 44 |
| Binary | 10100011 | 10000001 | 10111 | 0 | 10101 | 1010110 | 100100 | 101101 | 1001011 | 100100 |
Color Harmonies of #A38117
Complementary color
Monochromatic Colors of #A38117
Black with #A38117
Text Example
Text Example
White with #A38117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38117; }
p { color: rgb(163,129,23); }
H1.HeaderClassName
{
color: #A38117;
}
.AnyTagClassName
{
color: #A38117;
}
</style>
background-color css
<style>
a { background-color: #A38117; }
a { background-color: rgb(163,129,23); }
div.DivClassName
{
background-color: #A38117;
}
.BgClassName
{
background-color: #A38117;
}
</style>
border-color css
<style>
span { border-color: #A38117; }
span { border-color: rgb(163,129,23); }
td.TdClassName
{
border-color: #A38117;
}
.TagClassName
{
border-color: #A38117;
}
</style>