Shades of Hacienda #A68713
Tints of Hacienda #A68713
RGB
CMYK
RGB Variations
Color information
#A68713 (or 0xA68713) is known color: Hacienda. HEX triplet: A6, 87 and 13. RGB value is (166,135,19). Sum of RGB (Red+Green+Blue) = 166+135+19=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68713 is #5978EC. Grayscale: #838383. Windows color (decimal): -5863661 or 1279910. OLE color: 1279910.
HSL color Cylindrical-coordinate representation of color #A68713: hue angle of 47.35º 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 #A68713 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 19 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.35 |
| HSL | 47.35º | 0.79% | 0.36% | - |
| HSV(B) | 47.35º | 0.89% | 0.65% | - |
| XYZ | 24.51 | 25.48 | 4.24 | - |
| YUV | 131.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 19 | 0 | 0.19 | 0.89 | 0.35 | 47.35 | 0.79 | 0.36 |
| Hex | A6 | 87 | 13 | 0 | 13 | 59 | 23 | 2F | 4F | 24 |
| Octal | 246 | 207 | 23 | 0 | 23 | 131 | 43 | 57 | 117 | 44 |
| Binary | 10100110 | 10000111 | 10011 | 0 | 10011 | 1011001 | 100011 | 101111 | 1001111 | 100100 |
Color Harmonies of #A68713
Complementary color
Monochromatic Colors of #A68713
Black with #A68713
Text Example
Text Example
White with #A68713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68713; }
p { color: rgb(166,135,19); }
H1.HeaderClassName
{
color: #A68713;
}
.AnyTagClassName
{
color: #A68713;
}
</style>
background-color css
<style>
a { background-color: #A68713; }
a { background-color: rgb(166,135,19); }
div.DivClassName
{
background-color: #A68713;
}
.BgClassName
{
background-color: #A68713;
}
</style>
border-color css
<style>
span { border-color: #A68713; }
span { border-color: rgb(166,135,19); }
td.TdClassName
{
border-color: #A68713;
}
.TagClassName
{
border-color: #A68713;
}
</style>