Shades of Hacienda #A68213
Tints of Hacienda #A68213
RGB
CMYK
RGB Variations
Color information
#A68213 (or 0xA68213) is known color: Hacienda. HEX triplet: A6, 82 and 13. RGB value is (166,130,19). Sum of RGB (Red+Green+Blue) = 166+130+19=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68213 is #597DEC. Grayscale: #808080. Windows color (decimal): -5864941 or 1278630. OLE color: 1278630.
HSL color Cylindrical-coordinate representation of color #A68213: hue angle of 45.31º 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 #A68213 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 19 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.35 |
| HSL | 45.31º | 0.79% | 0.36% | - |
| HSV(B) | 45.31º | 0.89% | 0.65% | - |
| XYZ | 23.83 | 24.12 | 4.02 | - |
| YUV | 128.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 19 | 0 | 0.22 | 0.89 | 0.35 | 45.31 | 0.79 | 0.36 |
| Hex | A6 | 82 | 13 | 0 | 16 | 59 | 23 | 2D | 4F | 24 |
| Octal | 246 | 202 | 23 | 0 | 26 | 131 | 43 | 55 | 117 | 44 |
| Binary | 10100110 | 10000010 | 10011 | 0 | 10110 | 1011001 | 100011 | 101101 | 1001111 | 100100 |
Color Harmonies of #A68213
Complementary color
Monochromatic Colors of #A68213
Black with #A68213
Text Example
Text Example
White with #A68213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68213; }
p { color: rgb(166,130,19); }
H1.HeaderClassName
{
color: #A68213;
}
.AnyTagClassName
{
color: #A68213;
}
</style>
background-color css
<style>
a { background-color: #A68213; }
a { background-color: rgb(166,130,19); }
div.DivClassName
{
background-color: #A68213;
}
.BgClassName
{
background-color: #A68213;
}
</style>
border-color css
<style>
span { border-color: #A68213; }
span { border-color: rgb(166,130,19); }
td.TdClassName
{
border-color: #A68213;
}
.TagClassName
{
border-color: #A68213;
}
</style>