Shades of Hacienda #A3810D
Tints of Hacienda #A3810D
RGB
CMYK
RGB Variations
Color information
#A3810D (or 0xA3810D) is known color: Hacienda. HEX triplet: A3, 81 and 0D. RGB value is (163,129,13). Sum of RGB (Red+Green+Blue) = 163+129+13=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3810D is #5C7EF2. Grayscale: #7E7E7E. Windows color (decimal): -6061811 or 885155. OLE color: 885155.
HSL color Cylindrical-coordinate representation of color #A3810D: hue angle of 46.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3810D is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 13 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.36 |
| HSL | 46.4º | 0.85% | 0.35% | - |
| HSV(B) | 46.4º | 0.92% | 0.64% | - |
| XYZ | 23.03 | 23.52 | 3.71 | - |
| YUV | 125.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 13 | 0 | 0.21 | 0.92 | 0.36 | 46.4 | 0.85 | 0.35 |
| Hex | A3 | 81 | D | 0 | 15 | 5C | 24 | 2E | 55 | 23 |
| Octal | 243 | 201 | 15 | 0 | 25 | 134 | 44 | 56 | 125 | 43 |
| Binary | 10100011 | 10000001 | 1101 | 0 | 10101 | 1011100 | 100100 | 101110 | 1010101 | 100011 |
Color Harmonies of #A3810D
Complementary color
Monochromatic Colors of #A3810D
Black with #A3810D
Text Example
Text Example
White with #A3810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3810D; }
p { color: rgb(163,129,13); }
H1.HeaderClassName
{
color: #A3810D;
}
.AnyTagClassName
{
color: #A3810D;
}
</style>
background-color css
<style>
a { background-color: #A3810D; }
a { background-color: rgb(163,129,13); }
div.DivClassName
{
background-color: #A3810D;
}
.BgClassName
{
background-color: #A3810D;
}
</style>
border-color css
<style>
span { border-color: #A3810D; }
span { border-color: rgb(163,129,13); }
td.TdClassName
{
border-color: #A3810D;
}
.TagClassName
{
border-color: #A3810D;
}
</style>