Shades of Hacienda #A38412
Tints of Hacienda #A38412
RGB
CMYK
RGB Variations
Color information
#A38412 (or 0xA38412) is known color: Hacienda. HEX triplet: A3, 84 and 12. RGB value is (163,132,18). Sum of RGB (Red+Green+Blue) = 163+132+18=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A38412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38412 is #5C7BED. Grayscale: #808080. Windows color (decimal): -6061038 or 1213603. OLE color: 1213603.
HSL color Cylindrical-coordinate representation of color #A38412: hue angle of 47.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A38412 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 18 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.36 |
| HSL | 47.17º | 0.8% | 0.35% | - |
| HSV(B) | 47.17º | 0.89% | 0.64% | - |
| XYZ | 23.46 | 24.33 | 4.03 | - |
| YUV | 128.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 18 | 0 | 0.19 | 0.89 | 0.36 | 47.17 | 0.8 | 0.35 |
| Hex | A3 | 84 | 12 | 0 | 13 | 59 | 24 | 2F | 50 | 23 |
| Octal | 243 | 204 | 22 | 0 | 23 | 131 | 44 | 57 | 120 | 43 |
| Binary | 10100011 | 10000100 | 10010 | 0 | 10011 | 1011001 | 100100 | 101111 | 1010000 | 100011 |
Color Harmonies of #A38412
Complementary color
Monochromatic Colors of #A38412
Black with #A38412
Text Example
Text Example
White with #A38412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38412; }
p { color: rgb(163,132,18); }
H1.HeaderClassName
{
color: #A38412;
}
.AnyTagClassName
{
color: #A38412;
}
</style>
background-color css
<style>
a { background-color: #A38412; }
a { background-color: rgb(163,132,18); }
div.DivClassName
{
background-color: #A38412;
}
.BgClassName
{
background-color: #A38412;
}
</style>
border-color css
<style>
span { border-color: #A38412; }
span { border-color: rgb(163,132,18); }
td.TdClassName
{
border-color: #A38412;
}
.TagClassName
{
border-color: #A38412;
}
</style>