Shades of Hacienda #A68313
Tints of Hacienda #A68313
RGB
CMYK
RGB Variations
Color information
#A68313 (or 0xA68313) is known color: Hacienda. HEX triplet: A6, 83 and 13. RGB value is (166,131,19). Sum of RGB (Red+Green+Blue) = 166+131+19=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A68313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68313 is #597CEC. Grayscale: #818181. Windows color (decimal): -5864685 or 1278886. OLE color: 1278886.
HSL color Cylindrical-coordinate representation of color #A68313: hue angle of 45.71º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A68313 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 19 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.35 |
| HSL | 45.71º | 0.79% | 0.36% | - |
| HSV(B) | 45.71º | 0.89% | 0.65% | - |
| XYZ | 23.96 | 24.39 | 4.06 | - |
| YUV | 128.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 19 | 0 | 0.21 | 0.89 | 0.35 | 45.71 | 0.79 | 0.36 |
| Hex | A6 | 83 | 13 | 0 | 15 | 59 | 23 | 2E | 4F | 24 |
| Octal | 246 | 203 | 23 | 0 | 25 | 131 | 43 | 56 | 117 | 44 |
| Binary | 10100110 | 10000011 | 10011 | 0 | 10101 | 1011001 | 100011 | 101110 | 1001111 | 100100 |
Color Harmonies of #A68313
Complementary color
Monochromatic Colors of #A68313
Black with #A68313
Text Example
Text Example
White with #A68313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68313; }
p { color: rgb(166,131,19); }
H1.HeaderClassName
{
color: #A68313;
}
.AnyTagClassName
{
color: #A68313;
}
</style>
background-color css
<style>
a { background-color: #A68313; }
a { background-color: rgb(166,131,19); }
div.DivClassName
{
background-color: #A68313;
}
.BgClassName
{
background-color: #A68313;
}
</style>
border-color css
<style>
span { border-color: #A68313; }
span { border-color: rgb(166,131,19); }
td.TdClassName
{
border-color: #A68313;
}
.TagClassName
{
border-color: #A68313;
}
</style>