Shades of Hacienda #A67A13
Tints of Hacienda #A67A13
RGB
CMYK
RGB Variations
Color information
#A67A13 (or 0xA67A13) is known color: Hacienda. HEX triplet: A6, 7A and 13. RGB value is (166,122,19). Sum of RGB (Red+Green+Blue) = 166+122+19=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67A13 is #5985EC. Grayscale: #7B7B7B. Windows color (decimal): -5866989 or 1276582. OLE color: 1276582.
HSL color Cylindrical-coordinate representation of color #A67A13: hue angle of 42.04º 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 #A67A13 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 19 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.35 |
| HSL | 42.04º | 0.79% | 0.36% | - |
| HSV(B) | 42.04º | 0.89% | 0.65% | - |
| XYZ | 22.8 | 22.07 | 3.67 | - |
| YUV | 123.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 19 | 0 | 0.27 | 0.89 | 0.35 | 42.04 | 0.79 | 0.36 |
| Hex | A6 | 7A | 13 | 0 | 1B | 59 | 23 | 2A | 4F | 24 |
| Octal | 246 | 172 | 23 | 0 | 33 | 131 | 43 | 52 | 117 | 44 |
| Binary | 10100110 | 1111010 | 10011 | 0 | 11011 | 1011001 | 100011 | 101010 | 1001111 | 100100 |
Color Harmonies of #A67A13
Complementary color
Monochromatic Colors of #A67A13
Black with #A67A13
Text Example
Text Example
White with #A67A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A13; }
p { color: rgb(166,122,19); }
H1.HeaderClassName
{
color: #A67A13;
}
.AnyTagClassName
{
color: #A67A13;
}
</style>
background-color css
<style>
a { background-color: #A67A13; }
a { background-color: rgb(166,122,19); }
div.DivClassName
{
background-color: #A67A13;
}
.BgClassName
{
background-color: #A67A13;
}
</style>
border-color css
<style>
span { border-color: #A67A13; }
span { border-color: rgb(166,122,19); }
td.TdClassName
{
border-color: #A67A13;
}
.TagClassName
{
border-color: #A67A13;
}
</style>